Skip to main content

Hello kindly help out


i have a table with the following field


invitation link (field) : http://example.com

Url (encode url component): test%20year


how can i add the above such that it reflect url Parameter like http://example.com"?test%20year"


thank you

Create a formula field and enter CONCATENATE("example.com?", ENCODE_URL_COMPONENT({Variable to encode}))"


Create a formula field and enter CONCATENATE("example.com?", ENCODE_URL_COMPONENT({Variable to encode}))"


the start of a query string known as “?” doesn’t reflect sir


the start of a query string known as “?” doesn’t reflect sir


{Invitation Link Field} &
"?" &
{Encoded URL Field}

Reply