Generating a sales ad based on photos

Hi! I’ve created my first automation project, which involves generating a single document (a sales ad) based on photos – a product specification sheet. Everything works fine, except that Make only creates documents for me, depending on the number of photos. 5 photos = 5 documents. There should always be 1 document. How do I fix this?
Thank you for help in advance :slight_smile:

Hey there,

Search modules already function as iterators and produce separate bundles for each result found. Delete the iterator module as it is not doing anything and changed the Aggregator source module to the search module.

That helped, but now make generates completely wrong text (100% hallucination). I don’t know how to fix it. I don’t know why it ge

nerates 10 bundles despite 5 photos. Array aggregator does not return me the content processed by google vertex. Google vertex ai reads data from files well, but seems to pass it incorrectly to the array aggregator.