Forum Discussion

Todd Morris's avatar
Todd Morris
Copper Contributor
Feb 26, 2020
Solved

Sharepoint List with dynamic forms

We have an order intake system that uses a sharepoint list to ingest orders. Users fill out a sharepoint list form and then a flow fires to do several tasks.  Thats all working fine.   This order f...
  • RobElliott's avatar
    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 

Resources