Automatically populate form files to a Sharepoint destination. Feathery can generate unique folders per form submission and/or store all uploaded documents within a designated Sharepoint folder
Sharepoint is a cloud-based storage service offered by Microsoft, enabling users to save files online and access them from any smartphone, tablet, or computer. It allows for storing documents, photos, and more, providing tools for sharing and collaboration with others.
Using Sharepoint provides seamless file storage and access from any device, easy sharing and collaboration on documents, and integration with Microsoft's suite of productivity apps. It also offers generous free storage, with options to expand as needed.
When evaluating Sharepoint, consider storage capacity needs versus available plans, integration with other apps and services, collaboration features, file sharing and permission settings, data security and privacy policies, user interface and ease of use, and availability of customer support.
To connect Feathery to SharePoint, we’ll use Power Automate, a Microsoft tool that allows you to automate workflows between different services and applications—such as triggering file uploads from Feathery to your SharePoint directory.
Create Flow: In Power Automate, go to Create → Automated Cloud Flow, and select the Feathery trigger "When a file is uploaded to the form or a document is signed".
Connect Form: Enter your Live API credentials from Feathery’s settings and specify the form name to connect.
Add HTTP Step: Insert a HTTP step, use the expression triggerOutputs()?['body/results']?[0]?['url']
for the URL, and set the method to GET.
Click “Add,” then search for and select “Create file” under SharePoint actions.
Configure the SharePoint Action:
Save & Test: Save your flow, ensure it's turned on, and run a test to confirm the setup.
Open Feathery Integrations: In your Feathery dashboard, go to the Integrations tab and click on Microsoft Power Automate.
Map a Custom File Name Field: Click on Custom File Names, choose a form field or hidden field to use for naming files, and click Save Changes.
Open Power Automate Flow: In Power Automate, open the SharePoint file upload flow you previously created.
Locate SharePoint Create File Step: Scroll to the "Create file" step where you're uploading files to SharePoint.
Insert File Naming Expression: In the File Name field, go to Expression and paste: concat(triggerOutputs()?['body/results']?[0]?['file_name'], '.pdf')
.
Save and Test: Save your flow and submit a test form to confirm that the file is named according to the mapped field in SharePoint.
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!
Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the
"When inside of" nested selector
system.