Hi,
I have a FME workbench and in the Fanout Expression, i have to manually amend the date (YYYY-MM) in the file name each month from 2024-06 to 2024-07 when running at the start of the month for the previous months data.
E.g. the fanout expression will look like this:
R@Value(ba_id)-2024-06-filename.xlsx
So at the 01st August I would amend the above filename date to 2024-07.
Is there a way to automate or code the date so I don’t have to manually change from 2024-06 to 2024-07 etc.