How to achieve encoded URL from a search phrase?

I have a column in Google Sheet where I pull full addresses from,
For example: 60 Chula Vista Rd Southside AL 30007.

I need a module or tool in make.com that will take that address and turn it into this:
60+Chula+Vista+Rd+Southside+AL+30007

before feeding it into the next module. How do I achieve that?

Something like this could work.
image

But if you need to URL encode it maybe this is the correct way.

image

2 Likes

thank you so much. Worked

2 Likes