Get files in every hour

Files been uploaded in folder every 5-10 mins, how can get files in variable in every hour
Ex - in below image between 1am - 2am in need all files in variable this should continue every hours

Hii @Zuber_Shaikh1

You can use the Timer Trigger from Orchestrator or schedule your workflow using Windows Task Scheduler.

Cheers…!

Hello @Zuber_Shaikh1, can you do it using a trigger and an argument in the Orchestrator?

Using the argument to provide the path to the folder where those files are stored and then process the data however you want. The trigger in the Orchestrator can make you run this process hourly.

Hope it helps, cheers! :slight_smile:

Sure @rodrigo.simao
Please help for the process of this workflow.

Create an argument on your workflow that will appear in the Orchestrator. There you can put your folder path dinamically, once that’s done you just use the argument instead of the variable you are using to process each file inside that folder.

There is an activity called “For each file in folder”, try using that.

Cheers!

Please suggest expression to pull hourly files.

My suggestion is running the process hourly with an Orchestrator trigger.

Hi @Zuber_Shaikh1 ,
You can get them by date modified
what’s expect output in here
regards,