What happens
I used a “Google Sheet - Search Rows” module to get the content of a certain row.
Then I used an array aggregator to get only values of certain columns.
The output of the array aggregator is an array which includes a collection with the target items.
When I try to get the collection as input for another module… it simply doesn’t show up in the UI of variables, as you can see on the screenshot.
Example
- download blueprint here: cantPickCollectionInsideArrayaggregatorInUI.blueprint.json (8.2 KB)
Using the make UI, I can only pick the array (userInterfaceLetsMeChooseOnlyThis variable in screenshot → plain text: {{3.array}}) OR single values inside of the array.
But I can’t pick the collection inside the array - at least not from the UI directly.
However the collection inside the array exists and I can theoretically pick it by writing the variable manually myself (collectionInsideArray variable in screenshot → plain text: {{3.array[]}}).
What I expect
I expect collections inside arrays to show up as variables to pick directly from the make UI (instead of having to write the respective variables myself manually).
This is a bug report @Misha-Inactive . Pls fix.








