The Convert text to date step allows to cast a text column to date
Step parameters
Column to convertcolumn(string)*: the text column to be converted to date
format(string)*: either Try to guess (the backend tries to infer the date format of your column), Custom (to allow you to enter a custom format in the custom format parameter below), or a preset (e.g. โ%d-%m-%Yโ).