I'm having difficulty creating a Power Automate flow where, if there are two or more files attached, their links will be added to an Excel file.
I'm having difficulty creating a Power Automate flow where, if there are two or more files attached, their links will be added to an Excel file.
Hi @lancequismundo ,
It seems you are using wrong id in Get file content action and wrong name in SharePoint actions. It should be written with expression as below:
items('Apply_to_each')['id']
Best regards,