Hello everyone,
I´m new to Power App and I´m struggling with an operator.
In general I have two different screens. They are connected via buttons and the second screen has a form with several cards.
My goal is to make a specific card of the screen 2 visible when the button of the screen one is pressed AND a second button from the screen two is pressed.
I used this formula on ´Visibile´ section of the card:
And(varListSection="Button name from screen 1" , varListSection="Button name from screen 2", true)
The condition must be valid for both buttons; only if I press both the card will be visible.
So far I got no result, the card is not visible at all.
Thank you in advance for your help 🙂