'OR' operator or Condition that is Not Case Sensitive

I am hoping there is an easier way than building two sets of actions to accomplish my goal.


I am looking for a way to do the following:


Have one action that checks condition A, B, and "C or D" are true, where D or E is a correct string entered into a text input and case is ignored.


So for example:


VarA is Equal to 0

VarB is Equal to 1

VarC is "hello" or "HELLO" or "Hello" (essentially looking for the characters 'hello' regardless of case - I can't find a way to make that condition NOT case sensitive).


Open to suggestions. I tried 'contains' as the relationship, but it is still case sensitive.

Discussions have been disabled for this post