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
- Making a new scenario
- 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,