Change Map of a module

Hello community ,

I am looking for an module to dynamically change and create the map in woocommerce products creation.
For example i have many attributes and the map depends of the data extract from previous modules

Every result (item/record) from an iterator or search module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.

Read this

The Array Aggregator module allows you to build a complex array of collections for a later module’s field to map multiple items (collections) to it.

Here is an example of using the “Target structure type” of an Array Aggregator module:

As you can see, the “Map” toggle on fields are used when you have an array. You can easily build an array variable to map to a field, by using an Array Aggregator module and select the “Target Structure Type” as the future field you want to map the array into.

2 Likes

Thanks for quick feedback @samliew
This don’t give me all choice to add many attributes .
However after i want to set the “options” of each attribute with data

What shows up when you click the “Map” toggle?

b6593c784a49ea50170f8e567ed54c39cd42bde5_2_522x500

2 Likes

But after i can’t get the result i want .

Let me explain it further:
In this scenario i want to make dynamically mapping in woocommerce creation of products

I want to create many attributes as attribute id in the mapping is the google sheet and as option is the excel data

In my first thinking is to create something like this in another scenario to change the specific body of attributes the previous scenario :

But i get the module 8 doen’t exist

1 Like

I got this error " Collection can’t be converted to text for parameter ‘options’ "