Hi everyone,
I have a column using option set.
Now in power automate, I want to output the option set label instead of value.
Part of my flow screenshot
Referring to the below article, I tried inputting the following formulas in "Data Create" step, neither worked. Output is just blank.
Get Option Set Labels in Power Automate flows - CloudFronts
Formula 1: outputs('List Record')?['body/value/cr8f8_solu_request@OData.Community.Display.V1.FormattedValue']
Formula 2: outputs('List Record')?['body/cr8f8_solu_request@OData.Community.Display.V1.FormattedValue']
Having checked the output of "List Record" step, I don't know what the issue is. Any idea about it?
Hello @Audreyma ,
your "List record" action output should be an array, so the "Compose" action must be in an "Apply to each" control.
Then you should add the following expression in the "Compose" action:
items('Apply_to_each')?['body/cr8f8_solu_request@OData.Community.Display.V1.FormattedValue']
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco
User | Count |
---|---|
22 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
45 | |
29 | |
26 | |
25 | |
22 |