ServiceNow to ServiceNow Rest Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 12:06 AM
Hi,
I am creating the ticket in Instance A and ticket is created in Instance B also, but my question is some times description field is appear like "undefined" when we pass the huge description. Could anyone help me why this error coming only when sending the huge description?
Thanks,
Manju

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 02:30 AM
Hi,
How are you sending the information? are you using Business rules or any IntegrationHub spokes used?
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 02:31 AM
Hello,
I am sending the information through business rule.
Thanks,
Manju

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 03:01 AM
How are you building the payload? if you pass it using setStringParameter or setStringParameterNoEscape then special character can cause issue. Try creating JSON payload and send it to the restmessage
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 03:22 AM
I am using setStringParameter only.
Thanks,
Manju