How to pause the scenario until one module is finished accordingly to one array

Hello Community,

I am new to Make and I would like to merge PDFs using the CloudConvert template provided by Make but adapting to my scenario.

I have 80 PDF pages identified by a SSN, some repeat and others not.
When the SSN is unique (top), the pdf files need to be renamed and copied to another folder (done)
When the SSN is duplicate (bottom), the pdf files need to be merged and upload to a new folder.

Scenario:

The problem is that the google drive download file module only downloads the first file from the array and continues to the aggregator, when the bundle reaches the Merge files module it can’t mege anything.

How could I manage my scenario to wait the downloads of the files per Array before continuing?


(input for download file)


(error CloudConver)


(output Donwload file before the error.)

I hope it’s clear, looking forward for your support,

Cheers,

Victor

Welcome to the Make community!

The aggregator’s source module should be one of the iterators, and NOT the download file module.

2 Likes