How to Prefill Forms in Airtable | Updated for 2022

  Рет қаралды 13,725

Gareth Pronovost | Build Without Code

Gareth Pronovost | Build Without Code

Күн бұрын

Пікірлер: 38
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Grab my *FREE TRAINING* that teaches the building blocks of automation: www.garethpronovost.com/webinar-registration 👈
@anasanchezgarcia7757
@anasanchezgarcia7757 2 жыл бұрын
You are my savior. Excellent tutorials. Thank you
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Glad you like them - happy to help!
@SnigdhaParida
@SnigdhaParida 2 жыл бұрын
I do use prefilled forms a lot, but because of this very thing that exposes info that I don't want them to look at, I remove the linking field altogether and use automation to link records up. I ensure one unique record value is prefilled which automation can use to find the related record from other table. Great video as always!
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Thank you, and I love the workaround you described!
@raphaelbanuelos2271
@raphaelbanuelos2271 2 жыл бұрын
It would be nice if we can link the records in the background. That's a good idea! I used a prefilled phone number value to link using an automation.
@ncrariah
@ncrariah 2 жыл бұрын
Do you have a tutorial on how to do the automation to link records?
@SnigdhaParida
@SnigdhaParida 2 жыл бұрын
@@ncrariah I actually do have. Here's how I did it. kzbin.info/www/bejne/l3bcaH6Hf5iWf7c&si=EnSIkaIECMiOmarE&t=126
@Emicss
@Emicss 7 ай бұрын
Thank you ! very clear !
@GarethPronovost
@GarethPronovost 6 ай бұрын
Glad it was helpful!
@frankdrolet9439
@frankdrolet9439 2 жыл бұрын
Great stuff as always Gareth, keep up the good work!
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Thanks Frank!
@llstudio677
@llstudio677 2 жыл бұрын
Greattt! Thanks so much for this! I was asking you just this last week on facebook! Very very helpful info!
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Thanks for the inspiration!
@asaren
@asaren 2 жыл бұрын
Thank you for video. I just start using Airtable and learned a lot from your videos. I plan to build ERP inventory management app for small company, with Airtable as backend. Which frontend do you think is the best for the job?
@GarethPronovost
@GarethPronovost 2 жыл бұрын
My personal choice for front-end is Softr.io - they have the most flexibility and features with a reasonable price point.
@tengoteatro
@tengoteatro 11 ай бұрын
Thanks!!Yo are a great teacher!!!! Is there anyway to prefill a single selct field?
@GarethPronovost
@GarethPronovost 11 ай бұрын
Yes, it works just like a text field!
@andreagenciahouseful3933
@andreagenciahouseful3933 2 жыл бұрын
Thanks a lot for the instruction! It worked fine with images and text, but it didn't work with status, multiple choice, or ratings. Do you know if we can only update texts and images or can we also change other fields such as the status? If your video tip is only for texts and images, can you indicate a way to update the status of an airtable record?
2 жыл бұрын
Hi, stragely enough I have followed the tutorial and triplechecked but i stil get the RecordId in the field and not the value of the field.
@dondominus666
@dondominus666 2 жыл бұрын
In a lot of your vidéos you advice to use Jotform for better form feature. Jotform also provides Jotform Table that looks pretty similar to Airtable. My question is why would a company pick Airtable over Jotform Table?
@OutreachForHope
@OutreachForHope 2 жыл бұрын
Amazing - Thanks!
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Happy to help!
@wely007
@wely007 2 жыл бұрын
Hi - do you also have a prefill solution for todays date?
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Not for a field in a form, but you can use a different field type called "Created Time" - this field will allow you to capture the date/time that a record comes into existence. You can't use this field in your form, but you can apply it to your table to catalogue when a form was submitted.
@katjavlaseva-adamik4966
@katjavlaseva-adamik4966 2 жыл бұрын
Hi Gareth, Thank you very much for the video. It's been very helpful. I have only 1 question - can you please share the formula you use to create your Record ID? I see the record IDs are unique, and see where you use them, but I can't find what formula you use to create the filed. Thank you.
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Hi Katja, of course! I'm sorry I failed to outline this in the video. The record ID exists for every record, but you only see it when you use this formula: RECORD_ID()
@katjavlaseva-adamik4966
@katjavlaseva-adamik4966 2 жыл бұрын
@@GarethPronovost Thank you very much, this was very helpful
Жыл бұрын
I am still experiencing issues with those prefilled functions. As we have special characters in French my prefill form do not work. The url is not recognised as such.
@GarethPronovost
@GarethPronovost Жыл бұрын
for any special characters, I'd suggest trying the formula in Airtable ENCODE_URL_COMPONENT() For example, é is not a supported character in a URL. The code for this character is %C3%A9 - I only know this because I used the formula in Airtable. - ENCODE_URL_COMPONENT('é') Anytime you need a URL output, it's a good idea to test it with this formula first. The formula will give you the 'non-special character equivalent'
@iffyswitch
@iffyswitch 2 жыл бұрын
Hi Gareth. I'm using Airtable to build a database with my teachers union. Your tutorials are great, thanks so much! I am doing a campaign where I have a some volunteer colleagues making outreach calls to 10+ other workers. I'd like to add their data automatically to our database. Since (it seems) people without an AT account can't add data to an existing table, I was thinking of using forms, with some info prefilled (the colleague-to-contact's name & contact info). But if each of the ten people that each volunteer is going to contact needs their own form (1 form per table entry), that will get to be a lot of forms to make and give to each volunteer. Is there a way in AT forms to give the volunteers a multipage form that will add multiple entries to a table? Or some other workaround (ideally within AT)? Thanks!
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Hi! An Airtable form, when submitted, will always create one (and only one) new record I'm Airtable. Potential workarounds would include using 3rd party form software (I love Jotform) and to build an automation that creates multiple records, of which the quantity depends on the data received. The automation would also need to be built with 3rd party tools, preferably Make or Zapier.
@wichotamez
@wichotamez 2 жыл бұрын
Gareth! Thanks for your content! Its awesome. I am wondering what is you opinion on the Miniextensions form app. I am currently trying to create a form that needs some features not available in Airtable native forms. I have a team of account managers who input RFQ data into a form, however, such data includes yearly volume information, which I have as a 2nd detail table linked to main RFQ table in Airtable. From what I am reading, it seems like the Miniextensions form app might be able to help me solve the issue, but I haven't came across of any video of yours discussing this option, so I am wondering if there is anything shady to worry about miniExtensions... could you please comment? I really value your opinion and appreciate the quality of your content. =)
@GarethPronovost
@GarethPronovost 2 жыл бұрын
Hi Luis, I do have mixed feelings. MiniExtensions has a very lean team and is often slow to respond to emails and support. That said, their tool is really good and offers incredible flexibility and new options for forms in particular. Personally, I've been burned by lean "start-ups" who lack business savvy and unexpectedly go out of business. For that reason I'm reluctant to make recommendations here, but I absolutely value the tool.
@farfadet2222
@farfadet2222 11 ай бұрын
Fine, except Airtable doesn't allow a user to access a form with PREFILL without logging in to Airtable. This is actually my main problem at the moment. I don't know why Airtable doesn't allow custom URL access and requires user authentication
@GarethPronovost
@GarethPronovost 11 ай бұрын
Sure it does, you can create and share forms that aren't in interfaces. 👌
@farfadet2222
@farfadet2222 11 ай бұрын
@@GarethPronovost Right ! i verified my link and it was not good. It works ! Thank you !
Why FIELD TYPES make a smarter database | Airtable help for newbies
13:31
Gareth Pronovost | Build Without Code
Рет қаралды 3,3 М.
A Beginners Guide to Airtable | Updated for 2022
23:30
Gareth Pronovost | Build Without Code
Рет қаралды 212 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Everything You Need to Know about Airtable Forms
16:25
Gareth Pronovost | Build Without Code
Рет қаралды 58 М.
Advanced Forms in Airtable | Prefilling and Hiding Data | Updated for 2024
15:52
Gareth Pronovost | Build Without Code
Рет қаралды 3,9 М.
Use a form to update an existing record in Airtable
16:16
Julian Post
Рет қаралды 17 М.
Airtable Document Automation (internal Airtable automation)
11:16
Gareth Pronovost | Build Without Code
Рет қаралды 10 М.
How to Create and Manage Recurring Tasks in Airtable ⚡ Full Automation
22:00
Gareth Pronovost | Build Without Code
Рет қаралды 20 М.
Linking Tables in Airtable: 3 examples for Junction Tables
13:09
Gareth Pronovost | Build Without Code
Рет қаралды 4,4 М.
Building a CRM from Scratch in Airtable | Keep customer info organized
14:38
Gareth Pronovost | Build Without Code
Рет қаралды 33 М.
Airtable Automation for newbies (updated for 2022)
17:18
Gareth Pronovost | Build Without Code
Рет қаралды 28 М.
How to use Synced Tables in Airtable ⚡ One-way Table Sync
14:18
Gareth Pronovost | Build Without Code
Рет қаралды 10 М.