Template
    Nested forms
How to use nested forms
          Industry:
          n/a
        
      
          This app shows how to use nested forms. Nested forms are useful when you have a "part of" relationship, where a parent row can have any number of child rows. Try filling out the form and adding a few child rows.
      
    Loading...
        
      Also see:
      
        tablet mode & fullscreen mode
      
    
  How we built this app
              We've got two tables: Parent and Child. The Child table has a ref-type column to the Parent table. We set the IsPartOf attribute of the ref-type column to True, which will enable the nested form behavior. 
          
        
            This is a preview of the data sets used in the app.
          
          Data
            This is a high-level model of both the data entities and the UI elements in the app.
          
          Loading...
          