Set DateTime Value To Current Date if Null

I have a data structure that is using the DateTime type. Our process uses a form to enable the user to edit this date using a datepicker that is mapped to the DateTime type. I am looking for a way to set the DateTime value to the current date if the user does not input a value manually. Is this possible?

Comments

  • This is possible by configuring a rule to evaluate whether or not the value is empty. If this is true, we will map that path into a Create Data step that sets the DateTime value to the Current DateTime.


Sign In or Register to comment.