Page 1 of 1

Switch Inject

Posted: Fri Mar 16, 2018 3:39 pm
by LasseThid
Is it possible to inject all files with a certain ordernumber into a flow?
I.e. I send all pdf files for a job into a temporary archive. Then I merge all pdf files into one file that I send for approval. Once that file is approved I want to fetch the files from the temporary archive and inject them into the flow.

Re: Switch Inject

Posted: Fri Mar 16, 2018 3:43 pm
by jan_suhr
Yes it can be done, if the file has a marker, like the order number you can in a few different ways inject them or hold them until something triggers a release of them.

Re: Switch Inject

Posted: Fri Mar 16, 2018 5:17 pm
by LasseThid
All incoming files are sent from a Submit point and are renamed adding the order number in front of the original file name.
So I should be ok then.

Thanks.