Forum Discussion
Need to Hide & Show field Sharepoint Form.
This is super simple to do in Power Apps. Just use the Customize Form link from your Sharepoint list. This will customize your default SharePoint form rather than building an entire application.
Build your form the way you want it to look when ALL the fields are visible. THEN select the card for the field that should show/hide. In the Visible attribute, put the condition that should be TRUE for the field to show. In this example, I have a toggle field that must be set to "Yes" for the card to show.
DrwgAppReq_Ddn.Selected.Value="Yes"
Now, when the user selects "Yes", the field appears.
You can do this for whole sections of fields. I set a title card with the formula and then set the Visible attribute for ALL cards in that section to equal the title card. That way I only have to do the formula once. 🙂