
I have a tablist that changes the visible properties of items. This works fine however I would like the visible property for one item to be based upon two different Selections. Can this be done? I though add && woudl work, it does not error but does not work.
hey @jamescosten
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
try this please:
If(WTRFMAINTABLIST.Selected.Value = "Work List" || WTRFMAINTABLIST.Selected.Value = "WIP List", true, false)