Help

Create a variable URL with formula

Topic Labels: Formulas
763 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Enrico_Zoia
4 - Data Explorer
4 - Data Explorer

Hi,
I want to create a url that contain the contents of a field. Ex: NAME - Google Search
NAME is the field, so I can to search on google the content of the field
How can I do? I try this (“https…q=NAME”) but it doesn’t work
Thanks

1 Reply 1
"https://google.com/search?q=" & ENCODE_URL_COMPONENT({NAME})