"Expunge" Old Objects

tvinci
New Member

Hi AppSheet,

I have a column in my table of Yes/No type titled “Expunge?”

And I want the value to be set to TRUE if the timestamp is a week old or older. So I wrote this expression to reference the row, but nothing happens when I press the button. What should I do?

Thanks,
Tiffany
select(routesV7[name],[Intended Day/Time].
<today()-7)

Solved Solved
0 11 210
1 ACCEPTED SOLUTION

Yeah then swap [name] for the key column. The SELECT must return Keys for the action to work.

View solution in original post

11 REPLIES 11
Top Labels in this Space