Monday files transfer to another table

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