I am using Mosaic Decisions for a specific data pipeline I have to run on a daily basis. I have a client whose file location changes everyday in the blob container based on the current date.
For example, the file sales.xlsx has a path like
daily_records/<current-date>/sales.xlsx
, where the is a date value in format yyyy-MM-dd.
I have tried to use the System Parameter $(currentTime)
. However, this parameter also has a timestamp associated with it which doesn't satisfy my use case.
I would like to automatically get the current date when I run the mosaic flow and not have to re-type the date in the path everyday. How can I achieve this in Mosaic Decisions?