Help

Replace %20 with Hyphen using ENCODE_URL_COMPONENT

Topic Labels: Formulas
957 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Kyle_Henry
4 - Data Explorer
4 - Data Explorer

Hi, I’m trying to replace %20 with hyphens in my Zillow URL formula. How do I do this?

Thanks for your help.

Example: https://www.zillow.com/homes/123-Main-St-Macon,-GA-31217_rb

2 Replies 2
SUBSTITUTE(ENCODE_URL_COMPONENT({field name}), "%20", "-")

Welcome to the community, @Kyle_Henry! :grinning_face_with_big_eyes: Did @Kamille_Parks provide the answer you were seeking? If so, please mark her comment above as the solution to your question. This helps others who may be searching with similar questions. Thanks!