Page 1 of 1

Pause processing until another flow completes

Posted: Fri Oct 04, 2019 8:19 pm
by kheslin
I have a flow that receives 2 files via email. Both files are in the same email.

The first file is a multi line CSV, the second file is a zip file that has a file for each line in the CSV file.
The CSV file needs to be processed before the zip file can be processed.
I am currently using CSV2XML to break up the CSV in individual XML files.
These XML files are then used to update a SQL DB with date for processing the individual files in the ZIP file.

Is there an easy way to "hold" the ZIP file until the processing for the CSV file is completed?

Thanks in advance.

Re: Pause processing until another flow completes

Posted: Sat Oct 05, 2019 1:20 am
by Zoranj
Perhaps you could "store" zip file in local folder and when your csv processing is done, inject zip file into flow from folder.