Loop
- PDF
Loop
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The Loop navigation point contains an element:
for-each-item: Is used to loop through a collection or group of objects in a loop to (e.g. product recommendations, lists, etc.).
Example: Changing product data
In this example, the loop runs through all products within of the imported product data.
get is an element from the Variables navigation item. You always use this to retrieve the data from the imported product data.
Add the get element so that the loop runs through the individual product data. Enter the desired name of the variable under item (in the example: product).
In the do section, you then configure the action that is to be carried out for each product.
Was this article helpful?