Hi,
I am building a flow that connects to a Dataverse table. The flow will be triggered when a new row is added, with this addition being done by a user who enters details via a Power App. When the new row is added some intermediary actions will be done in the flow that may or may not require updates being made to the newly added row.
To make these updates I choose the Dataverse 'Update a row' connector. However, the required entries for this connector are (1) 'Table name' (which I obviously have), and (2) 'Row ID' (GUID), of the row you want to update.
My question; how to I get/find the Row ID (GUID) of the newly added row that triggered the flow?
Thank you.
For reference: https://docs.microsoft.com/en-us/power-automate/dataverse/update