From the query expression which I wrote below, I would expect my column to automatically be of type Date. However, it is of type “ABC 123”. Is there a way to change my customer column so thattype Date is enforced without me having to go and add a second step and converting it myself?
Note that in this case you omit the “type” in front so this is not valid: , type Int64.Type
Ps. if you are not sure of the type, just add a change type step, look inside the formula bar what type was assigned. Remove the change type step again and add it to the previous step