![Pascal_Vallet Pascal_Vallet](https://community.airtable.com/legacyfs/online/avatars/3X/9/3/93684e91b6ad8c9b012f4fee017ba747ed96f004.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 03:52 AM
I am creating a scenario in MAKE to add a new record to my student database once a student is marked as enrolled in my admission database. Everything works well, but I am facing one issue. I am able to use the HTTP Module and “Upload to Google Drive” Module to add the student photo correctly to the student database. However, I have two other file fields in the admission database that need to be synced, and they contain multiple files. How can I ensure all those files are added without missing any to the student’s database?
Solved! Go to Solution.
Accepted Solutions
![ScottWorld ScottWorld](https://community.airtable.com/legacyfs/online/avatars/3X/7/e/7eff84feb0baf275c7ef4416aa8f1be38dbb1471.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 06:32 AM - edited Jan 27, 2025 06:33 AM
I’m not sure I understand your question, but I give a training on how to work with Airtable attachment fields in Make in this Airtable podcast episode:
https://www.youtube.com/watch?list=PLqssva4liHRwHhQIpTXekG8WObEoyC2F1&v=sKPyG0HZCYY
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 04:46 AM
May I know what issues you faced using an Iterator for that? I think I may not understand what you're trying to do though!
![Pascal_Vallet Pascal_Vallet](https://community.airtable.com/legacyfs/online/avatars/3X/9/3/93684e91b6ad8c9b012f4fee017ba747ed96f004.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 06:31 AM
Great, you gave me a first element of answer, I was selecting in the Iterator module the URL when I needed to select the complete field Attachment. So nopw the iterator works well I am able to uplaod the x number of files to my google drive.
So for the second step:
When I have one and only one attachment, the process is this one (below for the student photo, only one photo is attached)
This trick allows me to avoid issues with the Google Drive quota. So now I am able to create a string. So Now I am ablae to process and get a string that looks like this as an output before updating Airtable :
In this case, I have two pictures in the field attachments.
In Airtable it does this:
The field remains empty.
when I am testing the airtable update module with two images hosted on imgur with png and jpeg extension:
https://i.imgur.com/kJmYoqJ.png,https://i.imgur.com/H5D2iMj.jpeg
It only keeps the first image listed. How can I ensure that the two files are pushed to Airtable 2?
Perhaps I need to use a completely different strategy, or maybe there is a simple trick.
![ScottWorld ScottWorld](https://community.airtable.com/legacyfs/online/avatars/3X/7/e/7eff84feb0baf275c7ef4416aa8f1be38dbb1471.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 06:32 AM - edited Jan 27, 2025 06:33 AM
I’m not sure I understand your question, but I give a training on how to work with Airtable attachment fields in Make in this Airtable podcast episode:
https://www.youtube.com/watch?list=PLqssva4liHRwHhQIpTXekG8WObEoyC2F1&v=sKPyG0HZCYY
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
![Pascal_Vallet Pascal_Vallet](https://community.airtable.com/legacyfs/online/avatars/3X/9/3/93684e91b6ad8c9b012f4fee017ba747ed96f004.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 08:17 AM - edited Jan 27, 2025 08:20 AM
This has been very helpful, I was finally able to add multiple files thanks to your video.
![ScottWorld ScottWorld](https://community.airtable.com/legacyfs/online/avatars/3X/7/e/7eff84feb0baf275c7ef4416aa8f1be38dbb1471.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 09:47 AM
@Pascal_Vallet That's great to hear! Glad I could help! 🙂
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 27, 2025 07:08 PM
Interesting! Could you teach me about that trick for the Google Drive quota thing? I don't understand how that works and would love to know more!
---
For adding multiple files to the same field, I think I'd tackle it like this too:
![](/skins/images/FE00829FDD2AE889FAB731D8F02A8942/responsive_peak/images/icon_anonymous_message.png)