The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
I am trying to get a formula to display the time of a date field, in 12 hour format.
Example: I have a date field set to 03/18/2022 6:00pm. I have a formula that is pulling just the time of that field : TIMESTR({Start}). This produces 18:00:00. But I...
Hello all, I would love some advice on a function I am experimenting with. I’m trying to build a system where I can generate student progress reports for a private high school by leveraging linked records and the “Pages” block.
In my experiment I hav...
I am looking for someone to create a simple Wordpress plugin.
I need to pull Airtable records using the API and put them into an HTML formatted table, all wrapped in a custom [shortcode] that can then drop that table into any Wordpress page/post.
I’v...
I would like the ability to control how many fields are visible on the record preview when embedded on a website. I use the “card view on desktop” option, and it shows the first 3-4 fields on the card. This can be confusing for users that think data ...
I am looking for any suggestions on how to automate the “Shareable Grid View Link” embed functions. Let me explain my workflow and then my request:
I use Airtable to manage team rosters for a league. Using Zapier + Wordpress + Airtable + Wordpress, ...
…and I answered my own question. Apparently, you can do the date/time format function to extract just time: DATETIME_FORMAT({Start}, "h:mm" ), produces 6:00
There have been a few changes to the view list recently, namely the ability to hide personal views, folders for sorting and grouping views, and the ability for base admins to reassign views to personal or not. But no improvements to delete in bulk.
Elias,
Thank you for the explanation. I was missing that little link, pulling the information from my Students table rather than the Grades table. That did what I needed it to!