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
![]()
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.