In HTTP action in IDN workflows , is there any way to send values dynamically in request body?We are trying to create serviceNow ticket through workflows.
as example(sample json):
{
"description": "Ticket Created from Workflow for ",
"requested_for": "xxxxxxxxxx",
"opened_by": "xxxxxxxxxxxxxxxxxxxx"
}
We are able to generate ticket but is there any way to put the values for “requested_for” / “description” dynamically? I have tried using $.trigger.identity.id but it is not working.
Hey @colin_mckibben This isn’t working for me. I am just trying out simple test workflow where I am trying to send identity id to webhook but I get below error while building workflow itself.
This is a known bug that our engineering team is working on. It should work with the way you configured it. I’ll update this thread once the fix is in place.
Hi Adam ,
Can you please confirm , if Get Identity action is added to your workflow?if not then please add and check if variable is rendering the value.