Hi community,
i want to have a button (in each table row), that pushes a task to the next day, so i can filter it out and it’s not blocking my todo list for the day.
Alternativly hiding it for one day or something like that would be possible as well.
Your column “Old Date” had a function, blocking the button to change it. I removed the function and now the button works as expected, increasing the date by one day.
The button can be blocked if the Old Date is not today.
Your original formula (today) should not be used the way you were using it. If you want an automatic date in new rows you should use something like this:
Hello @Isebar_DE ,
OK - I am not sure I understand this workflow, but:
pushing the button increases the date with one day and sets hide to true. The table filter hides all rows with hide set as true.
An automation turns all rows to unhide (false) at midnight, so the next morning all rows are visible again.
No dates are otherwise set automatically, except for new rows.
Of course, much more can be done, but I don’t know what else you want to accomplish.
The column “hide” can be hidden out of view and it will still work (right click on the column and click on the hid option).
Greetings, Joost