Hello!
I’ve created a scenario that based on the item in one table creates a subitem within the other. Everything works well but the files transfer - if there is more than one file, make.com transfers only one randomly selected file.
Any ideas how to create a loop over the files to transfer them all?
Thank you in advance!
Welcome to the Make community!
I think you are inserting the File IDs incorrectly into the “List Files” module.
You are only inserting the first assetID from the files array.
What you need to do is to get all the assetId from the files array using the built-in map function
e.g.:
{{ map(array; "assetId") }}
Links
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
General
Help Center Basics
Articles & Videos
2 Likes
Hi Samliew,
It was exactly the piece of information I was looking for :-).
Thank you very much for your help!
My best!
3 Likes