What is your goal?
I want to update the status of every product, which has been orderd.
What is the problem & what have you tried?
The automation should add every product to the order via linked records. I tried to add Array Aggregators, but it destroyes the rest of the workflow, because I need the single operations.
The mistake is in the Update Record 60.
Example Order:
Product A 3x
Product B 1x
Product C 1x
Error messages or input/output bundles
The workflow has no errors, but it doesn’t do what I want it to do.
Create public scenario page
Screenshots (scenario flow, module settings, errors)
Hello,
I do not think you need an iterator here.
WooCommerce orders already contain line items as an array and Make will process each bundle automatically.
Some things I think could be going wrong:
-You are updating a linked record field to add a record and are overwriting the record(s) already inside. If so you will need to map the original values as well as the new values into that field.
-Another idea if that you want to consolidate these operations which I believe you certainly can though I am not sure how many unique records you have. I would first say it is best to map out what needs to be updated and what steps you can do before and then map those values. You also do not need to lookup the same record more than once.