Hi,
someone pls help me on how to create RITM ticket in Service desk when identity attribute gets changed…
thanks in advance…
Hi,
someone pls help me on how to create RITM ticket in Service desk when identity attribute gets changed…
thanks in advance…
Hi @PrashRV ,
You can use workflows for it. Refer - Managing Service Now Tickets in Workflows
thanks for the replies.
can someone help me how to access manageservicenow ticket step variables in the next step like want to know the status of the ticket creation, right now there is no ticket is getting created in service desk , not even seeing any errors on the workflow.
and how to see the response representation of the manageservicenow ticket step response .
Hi @PrashRV ,
You can have a step to compare strings and get the HTTP response of the previous step. Verify from the workflow execution report.
Thanks kavindar for the replies,
I am using ManageServiceNow Ticket action and I have passed all the required parameters to the step, but getting some error …like this…
{
“error”: {
“message”: “Cannot read property "variables" from undefined”,
“detail”: “TypeError: Cannot read property "variables" from undefined (sys_ws_operation.f1f3898edbffb300e90690b3db961966.operation_script; line 20)”
},
“status”: “failure”
}
Hi @PrashRV ,
There are some issues with variables added in the workflow. If possible can you post your workflow here