Both Plumsail public web forms and Plumsail Forms for SharePoint include custom controls—Ink Sketch, DataTable or Likert Scale. In this article, you will learn how to save controls’ data from public form to SharePoint list with MS Power Automate (MS Flow).
To view and edit controls’ data in SharePoint lists, design a form using Plumsail Forms for SharePoint.
Add an Ink Sketch, DataTable, or Likert Scale control to the form. In Save to property, select an existing Multiline Plain Text column or create a new one in the target SharePoint list to store the control’s data:
After configuring the Save to property and saving the form, the SharePoint list view will display the control data in a user-friendly format:
Learn more about rendering controls’ data in a SharePoint list view in the Save and render control data in SharePoint article.
Open Microsoft Power Automate and create a new automated flow:
Search for Plumsail and select Form is submitted trigger, click Create:
If this is the first time you are using Plumsail Forms connector, you will be asked to sign in to your Plumsail account to create a connection. Click Sign in and enter your account credentials:
Select the public web form from the dropdown list:
Add the Data Operations - Compose action after the flow trigger:
In the Inputs box, add Data Table from the Dynamic content list:
Add the SharePoint - Create Item action. Specify the site address and list name:
Select the column where you want to save Data Table control data and add Outputs of the Compose action:
Save the flow and test.
Add the Data Operations - Compose action after the flow trigger:
In the Inputs box, add Likert Scale from the Dynamic content list:
Add the SharePoint - Create Item action. Specify the site address and list name:
Select the column where you want to save Likert Scale control data and add Outputs of the Compose action:
Save the flow and test.
Add a SharePoint - Create Item action. Specify the site address and list name:
Select the column where you want to save Ink Sketch control data and add Ink Sketch from the Dynamic content list:
Save the flow and test.