Encoding for Params in URLs


Dear Community,

is there a possibility in nocobase to encode params for URLs?
I send a mail in a workflow node which links to a public form. In this URL I add several parameters.
Now we have characters which are not valid for an url. For example “+” have to be encoded as “%2B”
is there a way to do this in nocobase with a helper?

many thanks
Chris

Hello, you can use JavaScript nodes to encode the raw data.

Do you have an example?
I did not get it working … :frowning: