I have several File Events monitoring different directories. When files exist I want to pass that folder to a workflow that loops through the filelist vara for that folder and transfers the files. The workflow will contain a ForEach workflow that does the file transfer. What is the best way to pass the different filelist vara's to that ForEach loop. Is it possible to update the Variable object name on a ForEach workflow before it processes?
You use an EXEC VARA + SCRI to select the FILELIST VARA, use PREP_PROCESS_VAR, and just pass the data sequence to the calling EXEC VARA. I haven’t tested this, but I imagine something like this can be made to work.