Hi,
I tried to create a cloud flow (Powerapps for teams) to replicate data from a SharePoint List to a Dataverse Table (in it's environment) within Teams. I was able to get items from the List as well as Dataverse Table and do a filter to find the new or existing items in the Table. Then, I have a condition to compare the length or the result. If it is new (0 result), it will go and create a new row in the Table (this doesn't require a Row ID) which is fine. However, if it is an existing item, I tried to 'Update' a row in the Table. The issue is there is no Unique Identifier for a row in the table. It has a GUID for the table and the table has a primary name column which was not accepted as 'Row ID'. Can anyone shed some lights on this? Thx!
Hi @v-xiaochen-msft ,
I tried again to put 'tablename' in the dynamic content in the 'Row ID' field. It failed in every record when trying to update with the following error. Any idea?
I have used the table name GUID in 'Row ID' before. It gave me "The 'ExecuteTransaction' message is not supported for the Dataverse for Teams offering". When I look at the 'tablename' GUID, it stays the same with every record. It is not a unique id for a record.
Regards,
Hi @ho-do02 ,
What's your table name?
Let's say your table name is called 'testTable', please click on the 'Row ID' parameter and search 'testTable' in dynamic content. I believe it will find one result called 'testTable', please use it.
Best Regards,
Wearsky
I tried to put 'Odata id' into the "Row ID" field but it didn't work. There isn't any other column referred as GUID for the row.
Regards,
I understand I need to provide the guid of the record. I just don't know how to find it, it wasn't shown in the table columns.
Regards,
ho-do02
Hi @ho-do02 ,
If you want to update a record in the dataverse, then you need to provide the guid of the record.
Best Regards,
Wearsky
Hi Wearsky,
The one you suggested was the unique identifier for the table. I need the UID for a row to update a particular row in the table.
Regards
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492