Woocommerce fields are not showing up in the next step

Hi, I am trying to connect woocommerce oders to lexoffice and transfer special remarks.
However, the problem is, I cannot see (and therefore not choose) all the woocommerce metadata displayed on the output of the woo module on the input side of the next one. I did a more simple example with just a text output:


This is how it looks if I try to choose this values as text input:

Why are all the items missing?

Hello @Christoph_Hillen

Welcome to the make community!

We can only see the first collection here; to use all the collections, use an iterator.

If you need any further assistance, feel free to contact us
GROWWSTACKS
Visit us

2 Likes

That was easy, thanks!

2 Likes

Welcome to the Make community!

It looks like you have a nesting of three arrays. You can either get a specific item from within an array using the built-in function map, or you can use Array Iterator module(s) to properly go through each item in an array.

For more information, see

Links

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Commonly-used

2 Likes