Hello,
I have an app with sharepoint list.
In one section I have a sharepoint choice list with three choices. I want to be able to make another window appear when one choice is made.
Within Visible section I made this formula:
If(DataCardValue12.selected.value = "Legal Law",true,false), but it does not work.
How can I make this happen?