Hello,
I create an API Poller with the Json result is for example :
reply : b323387cd50f43_240023_inv
So I manage the result "reply" and the variable NumQuerry
I duplicate this Api poller to ask an other with the body :
{
"request_data": {
"query_id": "b323387cd50f43_240023_inv" ,
"pending_flag": true,
"limit": 100,
"format": "json"
}
}
Do you know, what is the good syntaxe to replace in the body of the second api poller the value b323387cd50f43_240023_inv by the variable NumQuerry .
I try $(NumQuerry) , "$(NumQuerry)" but none works
Best regards
Jonas