Wouldn’t it still need to be scheduled manually ahead of time though? I want a robot to schedule a different process based on parameters passed from the process it’s currently running.
I think you would need to run your process daily or weekly and have a condition somewhere so it doesn’t actually run for that day until the day you want it to run.
So, basically, you will see if run every day but it won’t actually process until the day you need it to based on your parameters from a file or whatever condition you are using. Like you could check if a file is available in a location or in a portal, or you can just simply check the datetime like Now>=cdate(4/25")
Another solution would be to have it run all the time until it is processed, but that would take up an entire robot while it continually runs.
Yeah, I don’t think you can Add Schedules from Studio. The 2018 update does have some Orchestrator activities; I don’t know if there is a Schedule one.
You can also research API calls, but I don’t have experience in using those.