How to trigger the bot to run based on Excel Input(Time- interval)

Scenario

I want to scrape some data from the website and I have Excel Sheet which I am using as input which contains the time-interval after which I will run the bot again…

So basically if it is 5 minutes in that Excel Sheet, the bot will then run/resume after every 5 minutes and so on.

see you want to run the process in unattended mode use time based trigger

or

you want to run attended mode then use delay activity and the pass the input value coming from excel to it

I would prefer the un-attended mode…
is there any activity for time based trigger which will get input from Excel as a variable or something??

@Sami_Rajput

in unattendend mode we usually mention time

but you need is like input is coming from the excel ,so you pass the value to a variable and use delay activity before to the process ,so that the bot will run/resume as per the variable

Can you once look into this

You can’t trigger Jobs to run based on an Excel file’s data.

What you’d have to do is write one automation that reads the Excel file and then based on the data in it uses Start Job to start other automations.