Encode special characters when sending data to API

Hi!

I have to send addresses that have special characters, as â, á, ç and so on, but when the data arrives it does not show the characters right. Is there anyway I can treat this on Make side?

I tried using the serialize URL option, but no luck. I am sending data with the x-www-form-urlencoded option.

You can use the built-in function encodeURL

{{ encodeURL(text) }}

For more information, see https://www.make.com/en/help/functions/string-functions#encodeurl--text-


Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

2 Likes