The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hey everyone,
I am trying to sync bases with similar columns but different primary fields. How would you solve this?
I’m thinking of either
Change all the bases and agreeing on a universal primary field with everyone involvedTrying to map each base i...
Hey everyone,
I’m having trouble referencing my Lookup fields in my automations. Every time I try to reference them in my automatic Slack messages or my automatic e-mails, the reference throws empty values, rather than the lookup value that is actual...
Hey everyone,
Is it possible to turn automations on and off from a script?
I’m trying to turn them all off automatically during weekends, so messages don’t show up until monday. My caveman way would be something like
const d = new Date();
let day = d...
This is the flow:
Trigger: When a record enters a view, which is only filtered by status. Every time that status changes to “Done”, the status enters the view and it triggers the automation.
Actions:
Scripting sets a variable as the current time [let...
I can’t really see how. I’m trying to send an e-mail as soon as a status changes on a record, and I want it to use information from a lookup field on that email.
How would I use “find record” in that scenario? It’s surely possible, but I can’t see a ...