Nov 11, 2021 08:18 PM
I’d like to achieve the following.
When record enters a view, both update that record with a date 90 days in the future and stamp it with the date it entered that view. I can’t jimmy it to make this work with various attempts.
I was trying automations and the last modified field. Both of which won’t work, at least in how I attempted. The problem with last modified is that impacts the record when other, unrelated changes are made.
Thoughts?
Nov 12, 2021 12:45 AM
You would need to add extra formula fields to your base which are equal to the dates that you want to use as timestamps. You can hide these fields because you don’t need to see them.
Then, for your automation actions, you can set your other date fields to the values of these hidden formula fields.
p.s. Airtable doesn’t recommend using the “when a record enters a view” trigger. Since entering a view is based on filtered conditions, it would be best to trigger your automation for “when a record matches conditions” — based on those same filtered conditions.
Jan 17, 2022 10:11 AM
Hi Scott,
I’m in a similar situation as Nathan, and I can’t figure out the formula.
I see the CREATED_TIME() formula, but I need a function that will show the date a given record entered a view (this is based on filtered statuses in our company).
So when a record has “Inventory” as one of many statuses, it shows in “INVENTORY” View. It is only there for a short time, but we need to track how long the record is in that view.
Do you have any pointers?
Jan 17, 2022 10:21 AM
I would just create 2 automations for that:
When the status field is “inventory”, put the current time into a special field.
When the status field is NOT “inventory”, put the current time into another filed.
Jan 17, 2022 10:31 AM
Thanks, Scott! I’m not sure I know what you mean…could you elaborate?
Should these be formulas or automations?
Jan 17, 2022 11:15 AM
These are automations that would be triggered by “when a record matches conditions”.