
Announcements
triggerBody()['file']['contentBytes'], but the flow fails saying the file property cannot be selected. Older or duplicated flows work, but newly created flows fail. I need the correct approach to upload Excel from Power Apps, save it to SharePoint, and then read the Excel data.Your flow is looking for triggerBody()? ['file']['contentBytes'], but the Power Apps (V2) trigger is not giving you a file object named file. Older templates did. Newer ones often expose the inputs at the root, or under a different parameter name, so “file” cannot be selected.