Hi,
how to pass the incident number (which i got from entity node) to Request URL.
i tried this
requesturl?incidentNumber={{context.entities.ent_node_name}}
but i got error 400
can you please help on this
Hi,
how to pass the incident number (which i got from entity node) to Request URL.
i tried this
requesturl?incidentNumber={{context.entities.ent_node_name}}
but i got error 400
can you please help on this
Hi,
A 400 Error usually indicates an issue with the request syntax being malformed or something similar
Did you try this request in another tool (Postman etc.)?
when i gave the incident number directly it works fine. when i use entity node it is not working
Hello @archanaamt ,
In such case what entity type are you using? Try to use number entity type and also check if the exact number is being passed later in the API.