I am connecting to Dynamics 365, and want to have a condition that checks if an Option Set value is equal to "Yes". In CRM though, option sets have values like 3000758, which is what comes through in Flow. How can I get the text of an option set field? Do I have to use the int value of the option set field?
Solved! Go to Solution.
Hi @Shannon,
You won't be able to get the text value of the optionset from flow. Can you please explain why you need to check the text values?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsSorry, due to the volume of times this has run, I cannot find examples of when it was working. After researching this further, I have come to the conclusion that I must have been using the original CDS connector at some point in time instead of the CDS (current environment) connector. I used a Switch action to convert my option set ID into a string in a variable and that works for me.
Hi @Shannon,
You won't be able to get the text value of the optionset from flow. Can you please explain why you need to check the text values?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsJust figured it would make the Flow look a little more intuitive, rather than having to check back at what a number is equivalent to.
Hi @Shannon,
You can add comments in your flow templates. I would prefer to check via number than a hardcoded text. If the text changes then there are depencies like flow and others to change which won't be a good design in my opinion.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsWe sometimes use the dynamics content in a triggered email. So for we want the text value to display in the email instead of 1000000001.
@hazems another good point on why this would be useful. I can see arguments both ways on why we should/shouldn't be able to do this, but I think it the user should be able to use their discretion on whether or not to pull text vs. value.
I've created an Idea post, where you can upvote this if you'd like.
I agree with @Shannon and have voted for this feature. I need to show the text rather than the numeric value in an email. The numeric value means nothing to the email recipient.
Hi Azems,
Easy solution!
Found the easy solution add a label to the suffix to the field attribute schema name.
Example: Field attribute "ab_accountype" replace with "_ab_accounttype_label"
Which works for me.
Thank you
We also want to read a record and send an email, one of the values is an option set but it looks like currently we can't read the text value - the numbers are meaningless so looks like we would have to hardcode them in in the flow and use a switch statement as this is the only workaround I have seen.
Adding an "_value" (see post above from Shaboo992) worked for me...until yesterday. Now it no longer works. All I get is the value now. We need the text label for an integration we have with Sharepoint.
Could you please post your run time history values where it retrieves the option set value?
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsSorry, due to the volume of times this has run, I cannot find examples of when it was working. After researching this further, I have come to the conclusion that I must have been using the original CDS connector at some point in time instead of the CDS (current environment) connector. I used a Switch action to convert my option set ID into a string in a variable and that works for me.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
19 | |
12 | |
8 | |
8 | |
4 |
User | Count |
---|---|
23 | |
13 | |
12 | |
12 | |
10 |