11-20-2011 09:29 PM
I want to use the match true/false string node, and I want it to work regardless of case. For example, for the true, case, I want it to match "TRUE", "true", "True", etc. I don't want to use the function multiple of times and use an OR. What is the best way?
Solved! Go to Solution.
11-20-2011 09:56 PM
11-21-2011 12:45 AM
Thanks! I can't believe that I didn't think of it.