Configuring Query Data Table API in Alert Task

I am trying to display data from the data table as a notification in Alert Task.
I am using Query Data API to get the data from the table. Please find the configuration below.

I am using Basic Authorization

Passing the JWT Token and Content-type as header

Still I am getting the authorization error. I think I am missing the Body Parameter here. Can you let me know where can I pass the Body Parameter here?

Hello @sameeksha_poojary,

Welcome to Kore Community!!!

To achieve the requirement, it is recommended to use a normal dialog task to query data table information, store them and then use them in Alert task.

You can find the example usage in this post (NOTE: The feature is available in current platform version)

Let us know if this helps solve your requirement.