hi,
I have a qlik sense task which is started using curl.
My challenge however is to have the task execute using a return value from the curl call.
for example in task editor i want to achieve
select *
from demo
where id = $(return_value);
Would appreciate your help.
thanks