Hi All,
From UiPath connecting to a third-party application thorough a HTTP API Call.
Everything works fine, but in the response for one of the tag, the data point contains extra quotation marks (“). Due to this DE Serialize step is failing with exception - Deserialize JSON ResponseContent: After parsing a value an unexpected character was encountered:
See the Comments Tag below
**** JSON RESPONSE CONTENT*****
{“ID”:“56465946434”,“Description”:“testing”,“TktD”:“174819”,“SrcIdentifier”:“178987252499”,“ReferralID”:“”,“Comments”:"This denied.
“SOME COMMENTS HEREEEEEEEEEE.”",“Name”:" CARE",“Date”:“19700101T000000.000 GMT”,“code”:“796.00”}
Please suggest how to fix this issue.