▲ 1 r/jotform
Hi y’all,
I’m currently automating a workflow at work using Power Automate (from application form to invoice generation).
In the Jotform, users are required to upload a PDF file. My goal is to automatically retrieve that uploaded file and store it in a specific folder together with the generated documents.
Here’s what I’ve tried so far:
- Using the Jotform API, I can retrieve all form data successfully
- The file upload field only returns a URL like: https://www.jotform.com/uploads/...
- Trying to download that URL via HTTP (Power Automate) results in a redirect to the Jotform login page
- The API response does not include a
file_idor a direct downloadable endpoint - Exporting the full submission as a PDF works, but the uploaded file is not embedded as an attachment (only shown as a link)
What I’m trying to achieve:
Automatically download the uploaded file (PDF) via Power Automate and save it alongside other generated documents.
Any help is greatly appreciated!
u/Financial-Hurry-3127 — 16 days ago