Skip to content

Instantly share code, notes, and snippets.

@nacm
Created February 3, 2023 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nacm/a0d6fcc99981590f9c489751d01540fe to your computer and use it in GitHub Desktop.
Save nacm/a0d6fcc99981590f9c489751d01540fe to your computer and use it in GitHub Desktop.
Power Automate Expressions
#Extract lines from csv file using path
#Add below to compose action
#This will iterate through each line in csv file and also remove the extra line at the end
skip(split(base64ToString(body('Get_file_content')['$content']), decodeUriComponent('%0D%0A')), 1)
#Append to Array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment