Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
dcz
Partner - Contributor II
Partner - Contributor II

Update Automation Schedule : Schedule start input parameter is not correct!

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

Capture d'écran.png

Labels (2)
1 Solution

Accepted Solutions
AfeefaTk
Support
Support

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

 

View solution in original post

4 Replies
marksouzacosta

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

AfeefaTk
Support
Support

Hi @dcz 

Please share the failed automation run file to troubleshoot the issue further.

Steps to get the above-asked details can be found here.

Thanks

 

AfeefaTk
Support
Support

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

 

dcz
Partner - Contributor II
Partner - Contributor II
Author

Hi @AfeefaTk,

I've just tested it, it works, thank you very much, just a format problem.