Skip to main content

Notifications

Power Pages - General Discussions
Suggested answer

inserting a table into multistep form

Posted on by 4
How can i add a table with columns in multistep form and also i need to connect the table to my data verse, in 1st column i need to give List of documents  and in second column upload documents, 

example 
  
Documents  file upload 
1. Certificate   upload button 
2. Resume  upload button
 
Categories:
  • Suggested answer
    SaiRT14 Profile Picture
    SaiRT14 317 on at
    inserting a table into multistep form
    Try following 3 steps
    1. Create a Table in Dataverse:
      • Go to Dataverse from Power Platform.
      • Create a new table, e.g., Document Submissions.
        • Add columns:  Document Name (Text)  Document File (File)
    2. Populate List of Documents:
      • If you have a predefined set of documents (like "Certificate," "Resume"), create a Choice column or set them in a separate table and use a lookup.
    Step 2: Design the Form with a Table in Power Pages
    1. Create a Multi-Step Form in Power Pages:
      • If you don’t have a Power Pages website yet, create one and connect it to your Dataverse instance.
      • Use Power Pages to design a multi-step form:
        • Add the table with two columns: one for Document Name and another for the File Upload control.
    2. Add List of Documents:
      • In the first column of the table, you will list your documents (like "Certificate," "Resume"). These can be static text, or you can dynamically pull them from the Dataverse table using a lookup.
    3. Add File Upload Control:
      • In the second column, add the File Upload control for each row. Each control will allow users to upload their respective documents.
      • Bind the file upload controls to the File column in your Dataverse table.
    •  
    Step 3: Connect to Dataverse in Power Pages
    1. Bind the Form to Dataverse:
      • After you design the form, connect each file upload control to the corresponding File column in Dataverse.
      • Use Power Automate or Dataverse logic to ensure that each document and file is properly stored in the corresponding columns.
    2. Save to Dataverse:
      • When the user submits the form, ensure the data from the form is submitted to the Document Submissions table.
      • If you're using a multi-step form, ensure each step captures relevant data and stores it in Dataverse.

     
  • Suggested answer
    abm abm Profile Picture
    abm abm 32,188 on at
    inserting a table into multistep form
    Hi
     
    Here is the custom page via HTML and Power Automate you can achieve.
     
     
     
     
    Sample code:
     
     
  • Jcook Profile Picture
    Jcook 7,770 on at
    inserting a table into multistep form
    You will want to have a “Header” table that stores the main data for the record.
    have a 1:many lookup to a table for Documents.
     
    You can put a sub grid on the form.
    with action create.
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

September 2024 Newsletter…

September 2024 Community Newsletter…

Community Update Sept 16…

Power Platform Community Update…

Tuesday Tip #2 Global Search…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 142,008

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,531

Leaderboard

Featured topics