In our Power Apps application we have a Choice Field with three options.
As part of our business process we have a Flow that populates a Word template that gets e-mailed. In the flow I have an "Initialize Variable" step that is supposed to get the value from the choice shown above.
But instead of getting the text value I'm getting the internal ID for the Choice.
What do I need to do to get the text value for the choice and not it's internal ID?
Thanks!
Solved! Go to Solution.
Hi @DVader,
You could use an expression to retrieve the label via the OData.Community.Display.V1.FormattedValue.
Below is an example with customertypecode.
The value would be:
outputs('Get_a_row_by_ID')?['body/customertypecode']
The label is:
outputs('Get_a_row_by_ID')?['body/customertypecode@OData.Community.Display.V1.FormattedValue']
Hi @DVader,
You could use an expression to retrieve the label via the OData.Community.Display.V1.FormattedValue.
Below is an example with customertypecode.
The value would be:
outputs('Get_a_row_by_ID')?['body/customertypecode']
The label is:
outputs('Get_a_row_by_ID')?['body/customertypecode@OData.Community.Display.V1.FormattedValue']
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
9 | |
9 | |
6 |
User | Count |
---|---|
26 | |
20 | |
12 | |
8 | |
7 |