Pretty simple setup I have a Sharepoint list that I am customizing with Powerapps
I have a True/False (Yes/no) Field and a Text Field.
For the Text Field I have this formula in the Visible:
If(DataCardValue59.Value=true,true) where dataCardValue59.Value is the yes/No button.
When I fill out the form New it works perfectly fine, however when editing the form it does not work, it still shows the fields until I Toggle it On and then back off. What do I need to do so that it always follows the rules when editing?
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.