Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
prisma_dako
Partner - Contributor II
Partner - Contributor II

Sending Batch via Call URL Block

Hello all,

I would like to start a batch call (JSON) via the CALL URL block in Qlik Application Automation and send table information as a package.

As data source I have a normal application with a table, the information I want to send via this batch call I get via the GET STRAIGHT TABLE DATA block.

At the moment, I send each row of the table via a separate call - with more than 8000-10000 rows, this is a large number of calls, unfortunately.

Is it possible to send batch packets via the CALL URL block? It would be more efficient to collect 100 rows in a batch and then send them via a dedicated call. Is this possible in theory or do you have a better approach?

Thanks!

Labels (2)
1 Solution

Accepted Solutions
AfeefaTk
Support
Support

Hi @prisma_dako 

Thanks for reaching out

You will be able to send batch API requests using the Call URL block if the API supports it.

Does the platform from which you are trying to push data support batch requests?

If yes, please give it a try using batch API via Call URL block

Thanks

 

View solution in original post

1 Reply
AfeefaTk
Support
Support

Hi @prisma_dako 

Thanks for reaching out

You will be able to send batch API requests using the Call URL block if the API supports it.

Does the platform from which you are trying to push data support batch requests?

If yes, please give it a try using batch API via Call URL block

Thanks