Can't send response of an action after "=" sign

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2023 10:26 PM
Hello Developers,
I was trying to integrate salesforce and servicenow using salesforce spoke.
I have Mapped the response of an action to a field of salesforce object.
The response contains -
Response: {"errorcodetype":"30124","message":"30124 - ODiN - Unable to assign resources, reason: ME=332790596 does not have available ports","status":"UNABLE_TO_COMPLETE"}
from the above response after performing the action only below response is being sent:
{"errorcodetype":"30124","message":"30124 - ODiN - Unable to assign resources, reason: ME
The below part was not sent :
"=332790596 does not have available ports","status":"UNABLE_TO_COMPLETE"}"
This is because the "=" sign. Please help me in resolving this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2023 10:57 PM
@Community Alums
did you try to check any limit is present on the text while sending the data to Salesforce?
please share some screenshots.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 12:08 AM
yeah I have checked the text limit, it is 32,000 . The text length was not the issue.