Hi All,
I'm using a Directory tool to bring 2 files by using the FileName Output column from the Directory tool I want to extract the date and put the date in new column and this I what I have in my formula tool
Formula
FileName (Output From Directory tool)
Right([Filename],10)
Formula
Date (New Column)
DateTimeFormat([FileName],'%d/%m/%Y')
I get NULL values Any thoughts around this
File Names looks as below
xxxxxxxx_xxx_xxxxx_2020-08-31.xlsx
xxxxxxxx_xxx_xxxxx_2020-09-20.xlsx