Hi everyone,
I can’t find anything about this in the documentation or in the Community posts: is it possible, in a formula, to refer to field option IDs instead of option values?
Let’s take a basic single select field named “Choice” with 2 values: “1” and “0”. It’s likely that these values could be changed to “Yes” and “No” or “Acknowledge” and “Refuse” in the future.
To avoid any issue with the formula when that happens, I’d like to refer to the option IDs matching the value “1” (something like “selQHcj58xhh44C1J”) instead of the values:
instead of IF(Choice="1","blah","")
I’d have liked to use IF(Choice="selQHcj58xhh44C1J","blah","")
- but it’s not working.
Any way this would be possible in a formula (not in a script)?
Best,
Ludo