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.
What is the proposed idea/solution?It would be great to have the ability to set expirations dates on Automations. Past a designated date, the automation would turn "OFF", or become archived/deleted.How does is solve the user problems?If a user wants...
In the process of building an Airtable AUTOMATION that will update multiple records at once on a daily schedule, I discovered that’s not currently supported. That leads me down the path of trying to run a script that will run on said daily schedule ...
Background:
Hello, any help with this is much appreciated. I’m pretty new to JavaScript, but learning quickly. So far I am proficient with variables, functions, scopes, oh—and commenting things to death!
Problem:
I’m trying to create a script that ...
I have a very minimal understanding of JavaScript and cannot write anything from scratch (yet). But I believe I could modify something pre-built.
Elements I already have:
Base 1: A base with all of my Slack Workspace members and their Slack ID(s) a...
:bulb: Feature Request for Forms…:white_check_mark: There are already “Conditional Fields” that are based on criteria from {Other Field} data.Could there also be “Conditional Selection Options” that are based on criteria from {Other Field} data?It w...
If API KEYS are expiring, what does that mean for those of us using third-party services like Softr, Glide Apps, Stacker, etc? Personally, I'd appreciate hearing from anyone in the community who has experience creating OAUTH tokens for Softr? Curre...
Additional Feature Request:
Can we also enable “Hiding Form Titles”? This would be most helpful in the application of embedding forms on sites. ( :slightly_smiling_face:
Kamille_Parks:
// Edit the names in quotes
let table = base.getTable("Table 1");
let view = table.getView("Name of view");
let selectFieldName = "Single Select field name"
let replacementValue = "Option 1"
// No edits required below this line
l...
Actually @amber_h , I believe this is now possible (exactly what I requested). I have yet to find time to set it up. But I will be doing that soon. I’ll let you know how it goes.
In the mean time, the feature (In AUTOMATIONS), I recently saw, that...