Hi Airtable community
I’m a new user and i have a problem with a formula that’s probably simple for everybody here.
I need to make an url with this formula for my typeform : CONCATENATE(‘https://mytypeform.typeform.com/to/gMQE2K?company=’, {Company}, ‘&person=’,{Person} ,’&id=’,{ID})
But there is often spaces in the names of the companies, which is breaking my URLs
I found the formula to substitute the spaces :
SUBSTITUTE(fieldName, " ", “%20”)
But i can’t figure out where to place it in the final formula.
Thanks a lot if you can help !
Sébastien