Hello everyone,
I hope you had a good weekend.
I have a workflow connected to a table in my Dataverse. This workflow has an email template.
I need to add the value of a field in this template. I understand that this is the correct way to do it:
@{triggerOutputs()?['body/el_engagementletterstatus@OData.Community.Display.V1.FormattedValue']}
but the field is not showing. If I remove this part of the expression:
@OData.Community.Display.V1.FormattedValue
, only the field ID is displayed and not its value.
Any idea how to make the field description show instead of the ID?
Note: This field in my table is a choice field
Thank you,
Is el_engagementletterstatus the logical name?
The expression will only work with logical name of the column