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:
It succeeds, but with no value set:
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:
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.