Array Being Modified to Single Variable Automatically

I am retrieving an array of variables from an API call that results in an array. I am trying to map those values from the array into a set variable or set multiple variables module.

Here’s the section of the scenario in question:

As you can see, my API call is correctly retrieving the data I want.

This is the setup for the set variable module:
chrome_HuUCfv9nHe

It succeeds, but with no value set:
chrome_PeE32TR5KV

When I go back to check the formula, I find that Make.com has automatically removed my array and changed the mapping to a single variable:
chrome_pgZjWzqcCd

How do I stop Make from automatically remapping my array to a single variable so I can make this work? It’s happening on multiple array - > set variable/set multiple variables modules as of today.

That is possible if sometimes the incoming request doesn’t send an array, but a single collection, and Make detects that it is not an array.

Can you provide the output bundle of module [279] when the issue occurs?

2 Likes

Both API calls are resulting in arrays.


Loom_sSBZNMZpQb