i have plug-in which I am calling from Action .
I am calling Action from scheduled power automate flow , in Perform bound action I am passing table name, Action name,
3rd required parameter is row ID, I am not sure what pass for row ID,
Can someone explain in details , how to get row I’d and pass it?
Hi @Shafdev,
The Row ID is the GUID of the Dataverse record. Every record/row has a GUID generated by Dataverse (you can also specify one when create a new row). If you flow triggers when a row is updated/created, you can get the Row ID from the trigger action. It's the column that says "Unique Identifier of the XYZ". Here's an example on Account:
If you don't need to perform the action on a record/row then perhaps what you need is to use the "perform unbound action". More info: https://learn.microsoft.com/power-automate/dataverse/bound-unbound?#unbound-actions
Hope this helps!
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473