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