Escape sequence not working

Hi,

I need to escape double quotes in a API call:
My API-call ends with: …?fields=[ “id” ] , so I assigned to a variable the following string:
…?fields=[ ““id”” ]"

When running my process, this variable translates in
image

This results in an error. Any idea what I’m missing here? I tried several posts on this forum, but I haven’t found a solution.

Solved, the translation wasn’t the problem. The problem was the double use of the “?” operator in my endpoint.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.