When I run the flow, it is always taking me to "Otherwise" part if the variable is of text data type. However, if my input variable is of Number data type, it just works fine by going to the appropriate branch. Please help me sort out the issue.
Hi Isha,
Thanks for your comment.
1. But would like to know why this has to be done. Does choice option not work with text datatype?
2. The reason why i opted to go for text data type is that my input will contain non-numerics like ""+"", ""-"" etc.
...