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

Community Alums
Not applicable

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.


2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Community Alums 

did you try to check any limit is present on the text while sending the data to Salesforce?

please share some screenshots.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Community Alums
Not applicable

yeah I have checked the text limit, it is 32,000 . The text length was not the issue.

RakeshDarshnal_1-1694413949645.png

RakeshDarshnal_2-1694413973877.png