AndyGilly Posted December 7, 2020 Posted December 7, 2020 Morning, We have a runbook that creates a service request , updates the timeline of that request with some info & then looks to update the custom fields step 1 & 2 complete fine but step 3 fails i cannot see why this is failing please can someone help?? thanks Andy
Ricky Posted December 7, 2020 Posted December 7, 2020 Hi Andy, The error suggests that you have not supplied a mandatory parameter that the API is expecting before the custom B parameter. Can you post a capture of the node properties that you are using? Regards Ricky
AndyGilly Posted December 7, 2020 Author Posted December 7, 2020 @Ricky think i have just noticed that i need to specify the request ref as the variable from the process not auto thanks for the quick repsonse
Ricky Posted December 7, 2020 Posted December 7, 2020 You need to provide the Request Id, as the auto feature will not work with this node as the request is created within a runbook and not a Service Manager business process. to resolve this you will need specify the Request Id using the output from the Cloud Automation node &[global["HornbillServiceManagerLogNewRequestLogNewServiceRequest"]["requestRef"]] Ricky
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now