The data has dates in the form 2024-05-17 and I wish to convert it to 170524 as this is the template filename for the output.
I used DateTime tool to convert the input date into a string then used this formula - DateTimeFormat([Output Path],"%d%m%y")
this is giving me conversion error -
Formula (14) Output Path: 170524 is not a valid Date
This is the exact output I want but it's coming out as null. How can I get this format of date?