Hide Element If One or More Conditions Met

I need to hide a button if one of two conditions is met. Seems we can only add one hide condition. Is there a way to add the ability to hide a button if condition 1 OR condition 2 is met?

On your hide attribute, pick your first condition, then selection operation || (or) and set your second condition.

2 Likes

Thanks Ken! Once again you have come to the rescue!

2 Likes