Hello,
I have a power automate flow that takes a row from my Dataverse table, copes its values into a new row in my SharePoint list. I also want to update my Dataverse table with the ID value of the newly generated SharePoint list item. I have an "Update a row" action in my flow, but it asks for "Row ID" and when I select the "Odata ID" from the previously selected "List rows" action, I encounter an error message that says:
ActionFailed. No dependent actions succeeded.
The "Update a row" action says "Notfound." indicating that it cannot find a row with that Odata ID.
My question is, how do I identify the row I just accessed in the first step of my flow and update that row with new data?
Hopefully this made sense!
Thanks
Nevermind, I figured it out.
OData RowID was the incorrect selection for this field. I needed to select the name of my Dataverse table in the list of dynamic content. It's subtext is "Unique identifier for entity instances"