Hi I'm currently sending a daily scheduled Report to FTP to the following directory:
Feeds/Daily/[[DATE(yyyy/mm/dd)]]
All the directories folder are already populated inside FTP (ex. Feeds/Daily/2021/11/09 etc)
However, I want to start populating the directory a day early, I've tried updating the FTP directory as:
Feeds/Daily/[[DATE(yyyy/mm/dd+1)]]
But this does not work, is there any way that I can populate the schedule feed to a directory a day later?