Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
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})