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!
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!
Just 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!
We 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.
User | Count |
---|---|
39 | |
37 | |
19 | |
14 | |
12 |
User | Count |
---|---|
27 | |
19 | |
19 | |
13 | |
13 |