Extract the last collection(s) added to an array

Hello @Stan,
When there is any module that returns multiple bundles that you need to access specific(last) bundles from always use Array Aggregator after you get a list(search) of bundles.

After that, the aggregator module returns the array. Now you can use an iterator or use make’s function with setup multiple variables.
The setup variable for the last element uses this formula.
{{get(yourArray; length(yourArray))}}

Then in the next module use the get and map functions to point out specific values on specific fields.


A couple of hours ago I gave one answer to the one of posts. which has output is different but the inner concept is the same.

The answer post is about how to use Iterator or Aggregator with using Make’s default function.


:light_bulb:P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution :white_check_mark: and :+1:
Need expert help or have questions? Contact or comment below! :backhand_index_pointing_down: