A Quick Prelude
This morning, I was blankly staring past my monitors in a strange state of disassociation.
On my screen was the commit history of a substantial git repo.
While clearing out stale branches, I went down the rabbit hole of examining eac...
Hey @MichaelJS!In the abstract, there are three things I keep in mind when it comes to security and shared Form views.Creating versus editing: Form views do not allow you to edit existing data within a base or table(s).They only facilitate the creati...
Hey @Jason_Eskin! No, you're not able to create a view and invite specific users to only see that view.Instead, you'll want to create an Interface that fits your requirements and share that Interface to your specific users with the desired permission...
Hey @basbakker! I've gone ahead and created a small demo to walk you through the behavior.I have two tables: Projects and People. Pretty straightforward.Depending on what you're trying to do, you might want to approach this a few ways.But here's a qu...
Hey @Nicole_Merwin! Out of curiosity, is this along the lines of the behavior you're looking for?Here's the formula in the Extract formula field on the right of the last screenshot: IF(
{Records},
IF(
REGEX_MATCH(
{Records...
Sweet!In the context of my post, you can simply change the automation trigger to fit your criteria, and everything else should remain the same.There are a couple of smaller changes to the structure that would need to be considered, but consider the o...