Hi,
Is it possible to get a file content (stored as a pdf, jpg, png or doc in a folder in SharePoint online) irrelevant of it's file extension?
I have a flow trigger when a new item is created in a SharePoint online list. It will hopefully pull through a guide file and attach it to an email. It works when getting file contents using the file path if it's just one file extension type e.g. when it's told to fetch /SharePointFolderpath/Guide_[guideID].pdf where [guideID] is a Dynamic content field in the initial SharePoint list item submission that triggered the flow. This opens fine in the email generated by the flow. The trouble is not all the guides are same format e.g. guide1.pdf, guide2.jpg, guide3.png, guide4.doc etc. - it fails when the file type is different - it still attaches a placeholder file but this fails to open because of the file extension conflict.
Any help appreciated, thanks.