I would like to extract this column in power automate:
'_msdyn_account_value@OData.Community.Display.V1.FormattedValue'
I am only able to extract 'msdyn_account' as a column and compose a value which is an id value and not the string I would like to extract
Hi jazz2,
Formatted Value couldn't be got in the output of the Microsoft Dataverse trigger. However, you could get it in the Get a record and List records actions of Common Data Service (current environment) connector.
So if you could add a step to get them.
Reference:
https://linnzawwin.blogspot.com/2020/07/get-lookup-display-name-and-option-set.html