Exclude a bundle due to an array value

Hi folks,

my scenario looks like this:

I receive bundles from apify. I process them and save the data in a table. so far so good.
With the next “run” of apifiy I would like to have only the values in the table that do not yet exist.
To do this, I get a module and read out all the data that already exists. However, this data is now available as an array. If I iterate over it, I get 10 x 10 iterations.


What is the best way to exclude the existing apify bundles?

Does anyone have any advice?

Thank you very much!

Best regards
Bernd

Hi @WDGrimm
You can aggregate all the item IDs, then apply a filter to check if the array contains the specific ID and add the item accordingly. If you can share the output bundle of both modules, we can assist you further.

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

3 Likes

that works…many thanks

1 Like