mjf777
August 8, 2023, 1:50am
1
Describe the problem/error/question
Just getting use to n8n logic flow and capabilities.
In this flow, I’m wanting to copy a number of emails in mautic, change some variables, then create a newer version of each. Get > Transform > Create.
I’m iterating over an array set in the “Set Vars” node.
Is there a way to do this flow without the loop? Is there a better way to do the “Reformat Email” step?
Thanks!
mjf777:
In this flow, I’m wanting to copy a number of emails in mautic, change some variables, then create a newer version of each. Get > Transform > Create.
When making api calls like this, you typically want to do it in a loop, unless you can output everything in an array and pass that along. I find it’s much more difficult to do, so I will typically do a loop like this. I do recommend some changes to a few points in your workflow.
Here is what mine would look like:
3 Likes
mjf777
August 8, 2023, 4:39am
4
Superb! Just the kind of feedback I was looking for. Thanks.
3 Likes
system
Closed
August 15, 2023, 4:40am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.