I have an Azure Logic app which picks a file from the Sharepoint site. In the next step, I want to parse the file contents to read them line-by-line and to pass each line in an Azure function I have already created.
At this stage I am unable to fetch and loop through each line of the file. I can get the complete file only.
Any suggestion on how to achieve this?