Relate Rows in Data verse using power Automate
We can relate the Dataverse Records in Power Automate flow using RelateRows action. We can relate the tables if there is already a relation between two tables (One - Many or Many - Many)
We can relate the rows in the flows using the steps below,
In the actions,
Search for Relate Rows
We need to add following details once we add the action,
Table Name - Name of the Table to create the Relationship
Row ID - Unique RowID as GUID to create the relationship
Relationship - Relationship with other table as
Relate With - resource URL of the row to add the relationship
After adding the details, Save flow to create the relationship.
Comments