This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I have a view that I use to review items where specific fields have changed within a particular time span.
I have a field called Recently Updated that has the timestamp of when the fields I care about changed, then I have a formula that flags those:
IS_AFTER({Recently Updated}, DATETIME_PARSE('2020-12-18-00-00', 'YYYY-MM-DD-HH-mm')
Depending on <reasons>, I can't always look back a particular number of days exactly - so I need to hardcode a specific cut-off time that's slightly different every week- so I manually update the formula with a new time every week. Anyone know if there's an easier way to do what I'm doing?
Subreddit
Post Details
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Airtable/co...