Can Integrify Pass Files into SharePoint?
Using the Lambda Task, Integrify can integrate with a wide range of applications including SharePoint.
Below is an intentionally simplistic example using our Lambda Task to pass files to SharePoint. In this example, when a form is submitted with an attachment, that attachment is automatically passed into SharePoint for Office 365.
The actual file upload happens here, in the Lambda Task we’ve named “Upload to SharePoint.”
Parameters are set when configuring the task that provides Sharepoint location/access information as well the location of the form to check for attachments.
We then indicate the fields on the form to capture:
Once saved, this task will now pass any files attached to the form into a specific SharePoint location.