Losing items: How does the mapping between output bundle and item fields work?

As I move from one module to the next, it seems that the output bundle is not fully mapped to item fields in the next bundle. See the Cliniko module’s output bundle here:


and the next HTTP module’s available items:

How can it even be possible to lose parts of an Array between modules?

Thanks for any help!

P.S. I tried using a generic HTTP Make a request module instead of the Cliniko one and it had the same problem.

1 Like

Hi @Silvia_Pfeiffer
To iterate through each element in the array you can use an iterator module.

To learn how to extract an item from an array, do checkout the following post.

Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like

Thanks, I learnt that the displayed available items only ever displays the last one, because you have to use the iterator module to iterate through the Array results. Beginner question - thanks for the help!

1 Like

Hi @Silvia_Pfeiffer
Glad to hear the issue is solved.

Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like