Running only one operation for each input bundle

Hi Community,

I am stuck at another one of my processes.
I try to walk run multiple bundles throug my process. The starting records are only three, the whole process gives me three outputs back at the end.

Usually there should be around 20 per run. Can anyone help me with this?

Thank you so much!





module-3-output-bundle.txt (123 Bytes)
module-4-output-bundle.txt (1.6 KB)

This is an easy change in the first module for searching records just scroll to the bottom and increase the limit of records you can receive. @Marcel_Lang

Thanks for the answer!

The first modul was already set to no limit. I deleted all limits in the whole process, but it’s still only handling three requests.

Then make sure your formula on search records is correct. If you share screenshots of your formula and limits. It would help.

@Mr.Make Thanks for helping out here again. I’ve attached the screenshots.





Try filtering for the same thing in your base and see if the search and filter get the same amount.

Everything looks good to me from here.

I got it. The problem was not the filters or the base.
At a later point in the process I referred to the data before the iterator, hence it stopped after three inputs.

Thanks for the help! Made me deep-dive again!

3 Likes

Hey there @mpl :wave:

Just wanted to step in and congratulate you on solving your issues with the help from @Mr.Make.

Great job :muscle:

2 Likes