Skip to main content

Urgent Concatenate Formula

  • October 20, 2022
  • 3 replies
  • 32 views

Forum|alt.badge.img+2

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

3 replies

Zack_S
Forum|alt.badge.img+17
  • Inspiring
  • October 20, 2022

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


Forum|alt.badge.img+2
  • Author
  • Participating Frequently
  • October 20, 2022

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


Forum|alt.badge.img+18

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


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