How to save the PDF Document on Sharepoint through Power Automate

  • S_Lorusso
    Asked on June 10, 2020 at 6:04 PM
    have all of this working. Great. thank you.

    Now......how can this be modified to get the PDF of the form submission too?

  • Elton Support Team Lead
    Replied on June 10, 2020 at 6:06 PM

    Here's how you configure it on SharePoint to create the PDF Submissions file on SharePoint. It only needs 3 flow, JotForm > HTTP > Sharepoint (Create File).

    On HTTP, you can add this URI, Get Method:

    https://www.jotform.com/server.php?action=getSubmissionPDF&sid=YOURSIDFIELD&formID=YOURFORMID

    Just replace the YOURSIDFIELD with Submission ID and YOURFORMID with your Form ID. Form ID can also be predefined since it is the same for all submissions. Here's an example:

    10172020 r7S2PsnMpu Screenshot 10

    And here's the complete flow:

    ms flow jotform sharepoint Screenshot 21

    If the file extension (PDF) isn't created, simply open the file with your PDF application and it should still work. 

  • S_Lorusso
    Replied on June 10, 2020 at 6:12 PM

    That did it!

    Thank you so much!