I have a use case where I want to display an “active” data type… it’s a time entry against a task.
So, the users “active” entry shows up in a few locations and is a field associated with the user “This users active time entry”
But, I also log the entry on a list of the users time entries.
I’d like to give the user the option to clear their active time entry, without deleting the time entry. (Deleting the “Active Time Entry” would also delete it from the list of time entries)
I understand I can achieve what I’m looking for my using string of conditionals that filter the users time entries by an “active” field - and I walked down that path for a minute but because of reasons (mostly involving AND/OR conditionals tying my brain in knots) I settled on this solution.
The easiest solution would be to “unset” the data field - but I can’t figure out how… is that a thing bubble does?