Hi
I have a dataverse table which i will call 'Primary'.
I have a second table which is called 'secondary'.
I add a new record to 'secondary' and I want to relate this record to a record in 'Primary'.
Relate Rows 4 parameters :
Table Name - 'Secondary'
RowID of the newly created Record in 'Secondary'
Relationship - yes - I know this
Relate With - The RowID of the table 'Primary'
How do I get the RowID of the newly created record in 'Secondary' ?
At the moment it is coming back Blank. Compose is first(outputs('Secondary')?['body/value'])?['secondaryid'] where secondaryid is the unique value of the newly created record.
Thanks
Nigel