Jotform and Notion

Hello,
I need your help because I’m struggling with a data transfer between Jotform and Notion.
Here’s my problem:
In my Jotform form, it’s possible to upload attachments.
I’d like to send these attachments in a single Notion field.
I can do this, but Notion only displays the first attachment and not the subsequent ones.
I noticed that Jotform has a single path for attachments and a string for all attachments (only a space between two addresses).
Do you have any ideas on how to upload my attachments to this Notion cell?

ChatGPT recommends an iterator followed by an HTTP followed by an Array Aggregator…

Hey there,

honestly this is the first post that I’m seeing where ChatGPT actually recommended the correct solution.

Iterate on the array of attachments coming from Jotform, use the HTTP Get a File module to download them, then upload them to Notion. Depending on the exact flow, you can upload them one at a time, or aggregate them in an array of files and upload them together.

1 Like