The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
miniAppMaker is a tool that allows anyone to make a mobile app without coding by using Airtable as the backend. Here’s how it works:
Design your app in AirtableAdd your Airtable IDs (API, base, tables, fields) to miniAppMakerTest your app. Wa-lah!
T...
This can't be achieved using Airtable form. But it can be done with external tools. If you want to create a purchase order form, you can use miniExtensions. It supports showing computed fields on the form (like rollups for total price). Here's how th...
We built an input validation solution in miniExtensions Form. You can set it to validate against another formula field in your table or even use Regex. Here's a condition example where 'Age' is required to be 21 or greater.
Enforcing validation rules can also be done using miniExtensions Form. For example, you can set a condition that rejects any student email address that doesn't contains .edu
Another option is to use miniExtensions Form. It supports field validation for inputs using Regex. Which allows you to enforce any formatting rules you like. This is an example of only accepting 9 digits exactly.