Hello
I need to delete a value from a colum which type is datetime
I'm doing it Inside a worflow (update component) because I'm updating other fields
I tried to use the NULL value in my Update compoennt, like I did to erase String value but it does not work.
I have an error message saying that NULL (type: string) does not match with the destination field type (type: datetime).
What should I do in order to delete my dateitme value ?
Thanks for your feedbacks
Corinne