¿How to divide a collection inside an array? to create different

Hi everyone!

This is for a sales order, i want to map >1 references inside my CRM, right now all I can do is to map 1 reference since I do not know how to map it or create a different variable for this…

I would like some help on this, I want to retrieve teh information from two collections inside an array ‘line items’. ¿How do i do this?

The mapping option it gives me only to map a variable.

I think what i’d need is to create 2 variables from that one - since the variable is call the same.

Captura de pantalla 2025-05-12 102157
Captura de pantalla 2025-05-12 102137

Hey there,

that’s an array of items and in this case the mapping panel will show only the first item. This is to prevent issues caused from large arrays, where you can’t just show all items inside.

If you want to process each item form the array separately, you can use an Iterator module.

If your array will only ever have 2 items inside and you need both, then you can use the order index to get the specific item. Input the order index in between the square brackets of the mapped item.