Job trigger in orchestrator on basis of file

Hi ,

I need to trigger a job in orchestrator on the basis of …if file is present in folder.

Is there any functionality/ activity exists in UiPath to trigger the job on the basis of file ?

Hi @amangupta4644

You can give a try with flow chart.

Use path exists to find a file present in the folder.

If the file is present then you can give a try with Start job Activity.

Refer the Documentation below provided by UiPath for start Job activity.

Regards

1 Like

you can use a queue base trigger

  1. in the loop use add queue item, whenever it got the file it will populate a queue and push output into orchestrator
  2. use queue base trigger for the process, whenever new transaction added process will automatically got triggered

thanks

2 Likes

Thanks for the solution. It will really help

Thanks. I will try this out.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.