How can I set a field value to empty

I’m working on a todo list. Things can get marked as done, in which case the status is changed to “done” and the done date is set to current date.

Done items can be undone so they show up in the To Do list again. This changes the status from “done” to “next”. I want the done date to be cleared. How can I do this? I don’t recognize it in the workflow Make changes dropdown.

When you make a change to the to do item, set the done date to blank.

is-2017-10-31-09-13-08-074

7 Likes

Thanks, @romanmg! That was easy. and quick. :slight_smile:

1 Like

This doesn’t seem to work for type “USER”. Any thoughts?

1 Like

I’d recommend building a small test app to prove that a field of type User cannot be set to empty. If that’s the case, you’ll have what’s needed to report a bug. If you find that the field can be set to empty, you’ll have some clues to work with as you dig more deeply into the workflow where the User field doesn’t seem to be set to empty.

Good luck!