Hello Everyone,
I am trying to build a workflow that would tell what country it is based off numbers. I can make it by using nested IF statements but curious to know if there are any other alternatives.
Scenario: I have 3 countries Japan, USA, Singapore and I have numbers 1-12. If the Number 1,3,4,5 then Japan. If 2,6,8,10 then USA......etc.
Please advise