As you can see, my GPT module outputs an array, which is then parsed via JSON Parser and then I use an iterator to iterate over each value of the array. After that I use an http module for my personal reason and based on my value from the array, the http module returns a valid URL (its always valid).
What I want to do is to dynamically create variables and their value to be these URLs. That means VARIABLE_1 - the value is URL 1 and so on until the 30th variable.
I tried everything - I tried the set multiple variables module, I tried making an empty array and set it to a variable, then append the array, I tried using an array aggregator, but the source module should be the video link from the http module and there was no such option, I also tried few other things and my last idea was to use a text aggregator. Nothing works.
I would be very grateful for any kind of help.