Module outputs work during first test then suddenly stop on the second

I am experiencing some weirdness when building my scenario relating to data sometimes passing through then… well, not…

Data passes through normally through my array aggregator and iterator when it’s not connected to anything on the next module. BUT when I connect a module, the data stops flowing when I try again to test the data.

I get the outputs just fine from my iterator. Then the data pases through a text aggregator. It makes a list. It works. It’s successful.

But as soon as I add my next module (an OpenAI assistant) who converts a plain text list into a specified JSON format…

I click test again

And now the data isn’t pulling through the iterator? This is really confusing and it seems to be a bug although I don’t know as I’m fairly new to Make. Although I am pretty sure that if the previous modules are working then there is no reason for this to happen. Help!

Here’s a screenshot of my scenario:

Things I’ve tried

  1. Making a new scenario
  2. Trying a different chat gpt module after the text aggregator.

It’s as soon as I connect to the next module that the previous ones stop working,

Update: I solved this by trying a new dataset in the trigger APIFY. This has worked. It now works as expected and I think there was some kind of glitch by rinsing the same data over and over.

2 Likes