I am trying to execute a query from UiPath which has double quotes as (easy example):
SELECT KPI.“div_centro”
FROM KPI
UiPath read double quotes and changes to double double quotes as ““div_centro””
We have tried replacing double double quotes to double quotes, we have tried replacing them with regex, inserting variable as KPI.“{0}” and then String.Format(str_query,“div_centro”) but every time, UiPath change double quotes to double double quotes