In my scenario, I am retrieving a value from a field in Airtable that is composed of multiple questions previously selected. I need to access this field, but every time I do, it only captures the first item and not the others in the output.
thatβs an Array of items, not a Collection. Most likely you are mapping the first item of the array instead of the entire array. Or alternatively, you need to restructure it in something else.
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 β