Hello everyone
This is a response of a sent API.
When i want to manipulate it. An error appears to tell me that there are caracters that dont let me deserialize the response.
I put it in a txt file so i saw that there is enters before the json writing. I think that that’s what blocks.
I want to extract the value of the key. “code”
I was able to deserialize the Json String to a Json Object using Deserialize Json Activity. We could then use the key code to get the value from the Json Object. Check the below Image :
I did but i got this error “Deserialize JSON: Unexpected character encountered while parsing value: . Path ‘’, line 0, position 0.”
Can you try with this file and tell me if you had the same error please xx.txt (90 Bytes)
I did but i got this error “Deserialize JSON: Unexpected character encountered while parsing value: . Path ‘’, line 0, position 0.”
Can you try with this file and tell me if you had the same error please xx.txt (90 Bytes)
Could you try first updating the Packages to the Latest version or the Latest Stable version and check if your workflow works, also we would like to get a view on your Dependencies if it’s possible.
There might be references to the Newtonsoft.Json which maybe different in two different packages and hence it is a possibility for the error.