Help

Urgent Concatenate Formula

Topic Labels: Formulas
666 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Sched_kode
5 - Automation Enthusiast
5 - Automation Enthusiast

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 3
Zack_S
8 - Airtable Astronomer
8 - Airtable Astronomer

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

Sched_kode
5 - Automation Enthusiast
5 - Automation Enthusiast

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

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