I'm working on an app where I'd like a particular button to appear only if either of two fields in a gallery have data in them.
Field 1 has data but Field 2 is empty: Button appears
Field 1 is empty but Field 2 has data: Button appears
Field 1 and Field 2 both have data: Button appears
Field 1 is empty and Field 2 is empty: Button does not appear
I've tried various formulas for the Visible property of the button, but nothing seems to work.
Is this possible? Any help would be appreciated. Thanks.