Hi,
I created a canvas app to create new vendors in my system.
When I submit my form in the canvas app, I create a record in the Dataverse:
All these fields are from dropdown lists, except the newvendor (first column).
Then, a power automate flow asks for approval, but I can't display the values that you see above in the email that is sent:
for each dropdown list, I have to dynamic's option: the value and the type => I tried both: the type returns nothing, and the value returns the string that is shown below in the email
Here is the mail received for the approval: I want to display the group's value, that is EX in this example:
How can I solve my issue?
Thanks for your help
Solved! Go to Solution.
Can you try expressions given similar to in the below post?
Something like this -->
e.g. outputs('Get_an_Account_Record')?['body/statuscode@OData.Community.Display.V1.FormattedValue']
Can you try expressions given similar to in the below post?
Something like this -->
e.g. outputs('Get_an_Account_Record')?['body/statuscode@OData.Community.Display.V1.FormattedValue']
Thanks a lot for your help!
User | Count |
---|---|
93 | |
46 | |
20 | |
20 | |
16 |
User | Count |
---|---|
134 | |
56 | |
44 | |
36 | |
26 |