If you add a Case Field in a Data Designer Transformation step, the only data types in the drop down are String, Number and Boolean. I would like to see a Date type.
My use case is that I have two dates in my setup, Date1 and Date2. I only want to pass one date to the next step in the setup (Date3). The logic I wanted to use involved a case statement as follows:
If Date1 is null, set Date3 to Date2, else Date1
But because I had to define Date3 as a String, I don’t see Date1 and Date2 in the ‘THEN’ drop down.