Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


simpcoder
2021-12-23T10:37:57Z
I have a job with 2 tasks:
1 to list the number of files in a folder
2 to start another job

The second task is within a loop and starts the other job multiple times (based on how many files it finds). How can I pass the file path variable to this other job to use it in other tasks?
I am calling another job with the loop because I want to call that job multiple times in parallel, else I would create the task in the same job and use {LOOP(CurrentValueX)}
Sponsor
Forum information
simpcoder
2021-12-23T11:06:09Z
I solved the issue by creating a job variable and assigning the currentloop c value to that job variable.
After having this it was easy to access the job variable from another job
Support
2022-01-11T13:52:16Z
Originally Posted by: simpcoder 

I solved the issue by creating a job variable and assigning the currentloop c value to that job variable.
After having this it was easy to access the job variable from another job



Thank you for the information.
Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Scroll to Top