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.
I am building a web application for my students using Node.js/Express that displays information from an Airtable base. Instead of embedding a table of news stories, I want to pull several fields from the table and insert them into the DOM so I can d...
Hi there,
I have two different forms feeding the same table. I am trying to teach my students about A/B testing to figure out which is more effective. I can’t find a field that gets passed indicating which form the information comes in from. Does tha...
I teach a class where students have to share information in a daily form. They get credit for the number of days they submit a form, not for the total number of forms submitted. The form feeds a Daily Submissions table, which is linked to a Students ...
I’ve used Airtable before, but never set up my own base before, so pretty new to this.
I have two tables
StudentsDaily Submissions
Students is a fixed list of enrolled students that is linked to Daily Submissions
Daily Submissions is fed by a form th...
Wow @Andy_Lin1 thank you so much for your help and the example base, that did it! And I love the Excel counting tricks.
I’ve still got some timezone debugging to do, but thrilled to have your help in solving this.
Thanks, @Justin_Barrett! I just tried MAX(values) and I’m seeing nothing in that field, the same as what I see when I do ARRAYUNIQUE(values).
And maybe I’m mistaken I thought I read somewhere that MAX doesn’t work with dates in Airtable, only with nu...