Hi @CVMatt , thanks for reaching out and being a part of the community!
This question comes up again every so often. Take a look at these resources and try the recommended solutions. If you still need assistance, I or someone else in the community might be able to give you a more hands on answer.
Describe the problem/error/question
Attempting to resolve a problem similar to this How to combine different items from different runs into one run?
I have a paginated response (600 items per run) that loops currently till it hits the end at 26 runs before no more items are returned.
I’ve got the downstream pipeline working to format things correctly for eventual insertion/update of mysql records.
However to do proper data comparison I need to compare both datasets in their entirety, not in …
First off, please be nice. I’m creating my first workflow in N8N - I feel like this is probably easy but I just cannot wrap my head around it!
Describe the issue/error/question
I’m creating a workflow which collects some input from a form and generates a powershell script - to automate user account creation. I’m doing some logic checking and generating a password in parallel, merging the final data again prior to handing off to a sub-workflow.
When I merge the data from my separate entries, I…