Documentation Index

Fetch the complete documentation index at: https://help.foxbase.de/llms.txt

Use this file to discover all available pages before exploring further.

🚀 Rules is a FoxBase Innovation Lab feature available only to selected customers. Would you like access? Contact your CSM support!

Loop

Prev Next

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.