I'm trying to check the status of a variable inside of a stage, and want to ignore case. eg
If ['%somevar%' Equals 'abc']
ABC/abc/Abc would all evaluate to true.
Is there a way to accomplish this?
I'm trying to check the status of a variable inside of a stage, and want to ignore case. eg
If ['%somevar%' Equals 'abc']
ABC/abc/Abc would all evaluate to true.
Is there a way to accomplish this?
Hi Mike,
We have now added case sensitivity option to the If and While flow control action which should allow you to accomplish this.
This is in the latest build v1.0.0.2626 which we just uploaded. Please note you should upgrade to this if you installed yesterday's build as we introduced a javascript error which will prevent you from editing actions.