Hi there!
I'm trying to set up repeating group automation, their list is a JSON array from Webhook.
I receive data about a new order on a website, JSON also contains an array of items in this order. I want to create a new record in the table "Заказы" (that means Orders) and for each item in the array a record in the table "Покупки" (that means Line Items). Automation runs only once and creates just one record for the line item, but there were two items 😫
Here you can see the webhook configuration and input from it.
Here I configured the creation of a record in the table with orders (that works fine):
Here I selected the list to iterate through it. As you can see there are two items on the list:
Here you can see the configuration of the last step, the creation of a record for each item in the list of "products":
Who can tell me if there is a problem, and why do I get only one cycle instead of two of automation?