Deserialize json : Unexpected character encountered while parsing value: <. Path '', line 0, position 0."

Guys I’m doing a project in which data will be fetched from the excel sheet and append the value in HTTP Request and fetch the data and store it in same excel sheet…Now the problem is it’s working for first value but getting “Deserialize json : Unexpected character encountered while parsing value: <. Path ‘’, line 0, position 0.”" for the second …I attach my excel and my project file!
Thanks in Advance…
endpoint|372x254 id1.xlsx (8.3 KB)
Main.xaml (13.2 KB)

2 Likes

Any update on this error. Even i am also facing the same exception.

Hi @Raghuveerk

Could you create a new thread and explain your issue in detail?
It would help if you could attach a sample project that causes an issue.

Please also mention the version of Studio that you are using.

I had the same error, had not valid json. try checking your json text here https://jsonlint.com/

https://forum.uipath.com/t/unexpected-character-encountered-while-parsing-value-error-after-upgrading-to-18-1/21288