I have a scheduled workflow that checks if it is the “hold until date” (custom date field), and if it is, moves the ticket from hold or pending to open for review. As part of the workflow action, I would like to also reset the “hold until date” to a blank value.
Is there a way to do this from the workflow action, or do I need to use a webhook? One thought I had was to use an expression node to produce a null date, then set the date field to the output of that expression, but I couldn’t get a formula to pass validation.