Hi
@SamLimaWhen you use a decision stage, its compare the data and the data type.
In this case, if you want to compare text against a number, you always return a False Flag. Even if you put "5" = 5 you get a False Flag.
In this cases, if you want to make a good comparation, you must to use "ToNumber()" function. (And also combine this with "IsNumber()" function to check first if the string can be converted to number)
Hope this helps you!
See you in the community, bye
🙂------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
------------------------------