What is your goal?
To upload 3 images from one Airtable field to my HTTP request output for that field i.e. to my website:
What is the problem?
Hi, I followed chat GPT tutorial and it did well until this step:
I managed to build image files uploads to work and then I wanted to go to the next level and upload multiple images from one field (i.e. galleries).
My current setup is Aitrable Search Records > HTTP Make a request
In Airtable I have an attachment field with 3 images in it (single row i.e. inside of one cell).
Whatever I do to get the HTTP module to output 3 images from that field it doesn’t work.
I tried to use itterator and aggregator but without sucess with connecting it properly with HTTP module.
Is there a simple way to do this?
I am not sure if my mistake is in mapping or in selection of modules.
Basically I need to be able to upload multiple images from one field to my website through the HTTP request module and register these 3 urls in the output of that module and I can handle it from there.
Anyone has ideas?
What have you tried so far?
Everything