Merge Items after Http Request Loop

Hello guys, how are you doing?

I’m using a Merge node after a loop of HTTP Requests. The reason of this loop is the pagination of the API.

I’m trying to merge the objects coming from one request with the objects coming from the request loop. Everything works fine, except the merge node, that stops after the first loop.

How can I handle this situation?

Best regards

Hi @BudgtMe_App

Seems to me like you need to add all the executions together before going to the merge. this can be done like this. Please note you need to check and finish the workflow before you can use it. :wink:

Hello @BramKn,

It worked! Thanks for your help.

Now, the problem is on the Merge Transaction with Account node: The input 1 receives 6 accounts and the input 2 receives 1325 transactions. The output should be 1325 transactions enriched by its accounts, but I only receive the last 12 transactions. I don’t know why it’s happening.

Do you have any ideas?

Hi @BudgtMe_App

I think the merge isn’t set up right.
You will need to merge by key and also make sure the transactions are in the first input not in the second.
You will then get all transactions with data from accounts if available.

It worked!

Thanks

1 Like