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.
Issue: The Description app is handy, but it’s too easy to edit and accidentally modify. Example: when you set up a series of links as a resource, users have to click to EDIT the description in order to get a little popup that you can THEN click to op...
I have a custom solution that automates adding a linked record and auto-filling some fields, and the app is wired to a button. Every time the button is pressed, the sidebar opens to the app. I imagine this is totally expected behavior, and desirable ...
Resurfacing the discussion from Reload app on useRecordActionData hook since it was never really solved.
I have the same issue. I’ve tried useEffect() and useState() to store and update the state, but Airtable’s button action appears to generate reco...
Many of the core keyboard shortcuts make Airtable a breeze to use, but there are some key areas where data entry gets stalled because you have to go back to the mouse or trackpad — this seems really pronounced in the Calendar views and when using dat...
Actually, correction. It's even more mysterious than what I described above. I have some filters set up, and they're all defaulting to PDT, my time zone, as pictured below.That first filter is for the field **ALL PRODUCTION DATES**. If we look at tha...
@ScottWorld This video is very helpful for understanding how Airtable handles dates, so thank you for that! I would say, however, that the original poster's question still remains, and I share it: how do you get a view filter to honor your local time...
Hi @kuovonne,
Thanks for clarifying the difference between automation and scripting block. This is a very helpful thread!
I just wanted to respond to a question you asked quite a while ago, as I didn’t see anyone else answering. I have at least one e...
@Kamille_Parks I’ve ALMOST got a suitable compromise working. To create a consistent UX whether the user is in grid or expanded record views, I call viewport.enterFullScreenIfPossible if it’s not already in full screen. This way there’s a loading gra...
Thanks @Kamille_Parks! I’m looking into the viewport documentation, but just to clarify…
You mention it’s possible to control the size of a custom app. Does that mean I can explicitly set the size and thereby prevent the app from entering fullscreen?...