Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
joachim_boivie
Partner - Contributor III
Partner - Contributor III

Error when using the block - Create Reload Task

I am trying to create a reload task on an app using the automation block 

Create Reload Task. 

I got a 400 error saying as follows. 
code:
TASKS-001
title:
Invalid request.
detail:
Failed to parse body.

My input is below.
The tenant and appid are correct values.
joachim_boivie_0-1705994518689.png

 

 

Any ideas? 



Labels (4)
2 Replies
AfeefaTk
Support
Support

Hi @joachim_boivie 

Could you please share the automation workspace and failed automation run export?

Please follow the steps described here to get the above details.

Regards

Afeefa TK

Shai_E
Support
Support

Hi @joachim_boivie , @AfeefaTk ,

I assume that if the first two mandatory fields are ok: "Tenant" , "App ID"

That leaves us with the field: "Recurrence"

I have two assumptions:

1. Either the field value is being seen as a string as a whole, so maybe use a formula to convert to a list

2. The field sees the value as a list, but one of the items in it, a string that represents certain key value pairs is incorrect.

You can also try and test outside of QAA via postman for example and see if you get the same error:

Reload tasks REST | Qlik Developer Portal

Best Regards