Hello,
I have a form with a Yes/No toggle that is defaulted to No. When you switch to Yes it will load a hidden text field.
The functionality works fine. However, when the page initially loads the text field is visible. Switching the toggle to Yes and back to No will hide the text field.
Text field Visible is set to: If(DataCardValue13.Value = true, true)
How do I hide the text field on the initial page load?