Hi
I have issues with expression builder that I hope someone can help me with.
I have a string that I would like transform slightly by replacing a specific part of it by using the “Replace” function. This works good but I have issues with the output.
The input string includes double quote characters and the output string should have these intact but for some reason the output string transforms the double quotes to single quotes. Is there a way to work around this issue?
My input string looks similar to this:
\“role_id\”:52000143029,\”assignment_scope\”:\”member_groups\”
And after replacing “member_groups” with “entire_helpdesk” the result becomes like this:
‘role_id’:52000143029,’assignment_scope’:’entire_helpdesk’
See example screenshot from a simple expression node with this issue.
