Home > Forum > Actions > How to clear datetime form field?

How to clear datetime form field?
0

Hello,

I want to clear some form fields after path transition that leads to the same step.
I tried using action template to change values of multiple fields by inserting null values, howewer I get an exception when it gets to the datetime fields:

System.ArgumentNullException: Value cannot be null.

Which value should I insert to set date form field to empty, or is there another way to do it?