Jul 26, 2021 10:04 AM
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
Jul 26, 2021 01:46 PM
"https://google.com/search?q=" & ENCODE_URL_COMPONENT({NAME})