Forum Discussion
Sharepoint List with dynamic forms
- Feb 26, 2020
Hi Todd Morris you can't do this with a default SharePoint form so this would need a PowerApps customised form which will happily display fields based on what is selected in a dropdown.
A live example we use is shown below that displays or hides the "Web link for install" field depending on how the Custom Install toggle is set (but could equally be a dropdown). The Visible property of the Web link for Install field uses the following syntax for this: If(togCustomInstallEdit.Value=false,true,false)
Rob
Los Gallardos
Hi Todd Morris you can't do this with a default SharePoint form so this would need a PowerApps customised form which will happily display fields based on what is selected in a dropdown.
A live example we use is shown below that displays or hides the "Web link for install" field depending on how the Custom Install toggle is set (but could equally be a dropdown). The Visible property of the Web link for Install field uses the following syntax for this: If(togCustomInstallEdit.Value=false,true,false)
Rob
Los Gallardos
- Todd MorrisFeb 26, 2020Copper Contributor