Hi, I am having a problem with a string variable I am adding to the Queue. The variable is to be used inside the HTTP request activity. The variable is being pulled from the queue and UiPath is adding some sort of escape characters. I tried using a Replace method to replace the backslashes with nothing but the replace function cannot be used on the format that is output from the Queue. Any help with this is appreciated.
Accepted UiPath format for the HTTP requests activity.
“{”“LineNumber”“:1}”
Format retrieved using in_TransactionItem.SpecificContent(“JsonBody”).ToString
“{\”\“LineNumber\”\“:1}”