I have a workflow that sets a date to today’s date for a set of records.
I want to create an analogous “undo” workflow which clears the date, but I haven’t been able to get a workflow to do that. Is this not currently possible?
I’ve tried setting the date to an empty value and get an error. I’ve also tried the omit function to exclude the date field, but I got an error by doing thtat as well.
I trust you are well.
I have yet to have tested this myself but potentially setting the field to false might work.
IE - record.values.myDate ?? false : true OR potentially using Nil as described in the forum link
@katrinyordanova, undefined is not a built-in variable. As mentioned above, I’ve tried setting it to false , "" , 0 , and nil none of which worked. The way I set it to nil was by defining a variable without setting its value.