I’m getting the following “[ERROR] [UiPath.Studio.Shared.Logging.OutputLogger] [57] Deserialize JSON: Unexpected character encountered while parsing value: <. Path ‘’, line 0, position 0.”
I think the issue might be with the structure of this assign.
Value = System.Text.RegularExpressions.Regex.Replace(message.Body, “<[^>]*>”, “”)
…bit more troubleshooting and I think it is this url for the google cloud natural language api. I am using this - seems to be correct but maybe it has changed or their is a regional variant… https://language.googleapis.com/v1/documents:annotateText ??