Hello,
I have a very large form with several fields. I want a certain portions of the form to only be visible if the "toggle" yes/no input associated with those fields is checked to "true".
On one of the datacards I want to control I have gone to the "visible" option and tried the following:
If(DataCardValue35.Selected.Value = 'true', true, false)
this makes the data card hidden, but does not make it visible when I set the toggle to true.
Any idea what I am doing wrong? Thank you for any help. I am very new to all of this.