Oct 20, 2022 05:27 AM
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
Oct 20, 2022 05:34 AM
Create a formula field and enter CONCATENATE("example.com?", ENCODE_URL_COMPONENT({Variable to encode}))"
Oct 20, 2022 05:37 AM
the start of a query string known as “?” doesn’t reflect sir
Oct 20, 2022 06:43 AM
{Invitation Link Field} &
"?" &
{Encoded URL Field}