Hi all,
Any advice on this would be great as it has been holding me up for days. The goal of my flow is to update a date field in a dataverse table when a task is finished.
I have built a flow that is triggered by a user typing "complete" in a Teams chat for sales
From there I list the table called "Sales" in Dataverse and filter it by the name (ID field) against the Teams message ID which should correspond to ensure I have the right record in Dataverse to match the chat in Teams.
But each time my flow fails to update the Dataverse record. However when I hard code the GUID to the Row ID it works. But I need to get this GUID dynamically and I can't.
Hi @cnr , please use the below expression to get the sales id dynamically.
first(outputs('Compose'))?['cr958_salesid']
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional