I am trying to fetch a JSON Array, however the Logic App Response it itself is appending a backslash to the response.
Output expected :- {
"ABC": [
"000D",
"100D",
"1200D"
]
}
I am getting response like below

I am trying to use Replace function but it is not allowing to have replace function for array output. Any help is appreciated.
Thanks



You can do it like this ...
Test Flow
The expression in that second step is ...
... which in simple terms is doing the following ...
Result