Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I use an automation to reload two applications every 15 minutes, but I don't want them to reload between 6PM and 7AM. I use a condition block to evaluate the time of day, if the time is between 6PM and 7AM then I would like to change the next execution date to the next day at 7AM, otherwise I can load my two applications.
I've created a “Next Run” variable containing my future date : “now + 13 hours”, output format: “o-m-d G:i”, which I enter in my “Update Automation Schedule” block. But I get the following error: “Schedule start input parameter is not correct!".
How can I resolve this error?
Thanks
Hi @dcz
The Schedule Start and Schedule Stop input parameter in Update Automation Schedule should have date values in Y-m-d H:i:s format.
It looks like you are using incorrect date format in the above mentioned input parameters.
I have updated your workspace and attaching it here for your reference.
Hope this helps!!
Thanks
Hi @dcz,
I think an easier solution would be to create two other Automations to enable and disable your main automation at a scheduled time.
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Hi @dcz
The Schedule Start and Schedule Stop input parameter in Update Automation Schedule should have date values in Y-m-d H:i:s format.
It looks like you are using incorrect date format in the above mentioned input parameters.
I have updated your workspace and attaching it here for your reference.
Hope this helps!!
Thanks
Hi @AfeefaTk,
I've just tested it, it works, thank you very much, just a format problem.