Hi,
1st step - I am trying to create a flow where the flow gets the parameter(which would be partial folder name in SP library) from power apps. It then searches for the folder name in the SharePoint library using "Get Items" action and Filter OData query using substringof() formula to check folder name. Now i want this folder name to be stored in a variable which can be used to list the files in that particular folder and return the file names to power apps.
2nd step - Every folder would have a .eml file which will again have attachments in them. The attachments should be extracted and converted and merged into a PDF file and sent to power app
3rd step - similarly the same folder will have other files of different format files which again needs to be converted to a PDF format and sent to power apps.
Since power apps supports only PDF view, i am trying to convert every file to a PDF and then view it in flow.
Any help on the above query will be appreciated