Hey guys,
I’m stuck at the moment.
I have the following automation:
The iterator gets the following information {{split(33.Outline; “<<<<”)}}
I.e. there are - as in this case - 4 bundles (=4 sections).
Since {{33.Outline}} is now split, I now have 4 values after the iterator, each containing 1 section. this also works.
Now I thought that if I put the ChatGPT module between the iterator and the aggregator, the ChatGPT module would then process the 4 values individually. It does, BUT
the input of the ChatGPT module (i.e. the value value
) then suddenly contains all the information of the 4 sections again. So not one section in each run, as I would have expected.
Can someone please tell me why everything is suddenly thrown together again within this iterator/aggregator connection?
That would be great!
Thank you very much!
This shows the Input of the ChatGPT Module. As you can see, there are the Seperators <<<< again and all 4 Sections together.