Hello,
I've been trying to rack my head around a solution to this and haven't been able to find much online. Any help would be greatly appreciated! I have a Power Automate flow that is triggered when a Microsoft Form is submitted. This flow will create a SharePoint list item and add some attachments to it. At the end of the flow, an e-mail is sent to someone with a link to a totally separate Microsoft Form that needs to be filled out.
I need the 2nd Microsoft Form to write data to the same Sharepoint list item that was created when the 1st form is completed. However, to do so I need the SharePoint list ID number of that SharePoint list item. How can I transfer that SharePoint list ID into the 2nd flow?
At this point, I include the SharePoint list ID in the e-mail that is sent on the 1st flow. I then have a question on the 2nd Microsoft Form asking the user to input the SharePoint list ID shown in the e-mail. This is not ideal because I don't want the entire flow to depend on whether or not the user puts the correct SharePoint list ID in the 2nd Microsoft Form.
Any suggestions?