One of parameter in Dynamic 365 is select by dropdown list.
And I get the value from flow but does not show selected words. It looks like a key id.
How to show selected words in flow?
TKX
George
Solved! Go to Solution.
I made a test on my side please use:
triggerOutputs()?['body/_crb94_webschool_plan_label']
I just found my solution!!
outputs('取得該連絡人上層之客戶值')?['body/crb94_webschool_plan@OData.Community.Display.V1.FormattedValue']
The parameter of outputs should be the name of last step!
And I learn one thing, I can select Dynamic content and see "peek code" to understand how it works!
Thanks very much!
I need more elaboration here please , so you have a PowerApps canvas app where there is a dropdown and you pass the Id to a flow is this the case you are describing?
I add a new field into CRM Account and its value is selected by dropdown list.
When I send email by flow, I want to show the value of the field.
The selected answer is string but I get a number like 203530002.
So I need to know how to show the string instead of the number.
This is screenshot of the CRM field.
This is my flow, and you can see I insert the field into mail.
Now the mail shows value: 203,530,000. But I need to show "商務版A方案" instead.
I found there is Triggerbody() seems the answer.
But I can not get it work.
What I did is add
into mailbody.
Can you add a compose data operation and use the below expression, run your flow and check if it grabbed the value if it did use the output of the compose data operation in your email step
Triggerbody() ?['body/crb94_webschool_plan@OData.Community.Display.V1.FormattedValue']
I make a variable "SchoolPlan" and use expression
Triggerbody() ?['body/crb94_webschool_plan@OData.Community.Display.V1.FormattedValue']
But test run shows no value in it.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.