Encoding issue with a single quote in a query parameter

Hi everyone,

I am facing the following issue: When querying from my integration I am passing a text rule input with a single quote ['] in it. This character is automatically encoded to [%27] like all other special characters in the query but since it is also the separator in my query it's not working.

How can I handle this and act on the query parameter encoding?

Thank you

Example:

ri!name (Text): "Mont d'Or"

query parameter: "PLTXT eq '"&ri!name&"'"

URL: [...] PLTXT+eq+%27Mont+d%27Or%27

  Discussion posts and replies are publicly visible