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 @Mark_Newton! To demonstrate this, I've created a table with a single text field and pasted in the record ids of each record to provide.Next, I just created an automation that would theoretically run on a schedule to serve as just a sample trigge...
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...