
Announcements
I have a use case where the following steps happen and I require support in updating the SharePoint List Item with the attachments.
Issue: The form allows the user to add attachments. I can't find a way to include this within the Power Automate flow to add these attachments to the same SharePoint list item which is created. I have attached a screenshot of the current submit button from Power Apps, as well as the flow which currently creates the item to the SharePoint list.
Power Automate Flow formulas:
- List Name: string('Request Form')
- Item: json(triggerBody()['text'])