Skip to main content

Hello airtable community. Does anyone know a way to autofill part of a cell on a form ie when they only need to enter their instagram profile name on a form it updates my table with instagram.com/profilename? So pulling the instagram URL before it but automatically.

Welcome to the community, @Celina_Rollon!


You would create a formula field that looks something like this:


"https://www.instagram.com" & {profilename}


Replace profilename with the name of your profile name field.


Welcome to the community, @Celina_Rollon!


You would create a formula field that looks something like this:


"https://www.instagram.com" & {profilename}


Replace profilename with the name of your profile name field.


It worked!!! Thank you sooooo much!!


It worked!!! Thank you sooooo much!!


@Celina_Rollon Glad to know that you got the answer you were seeking! If you would, please mark the comment from @ScottWorld as the solution to your question. This helps others who may be searching with similar questions. Thanks!


Reply