Question - if i have a scheduled flow that runs every day - and i want:
• the flow-run name to be altered based on the date in which it is run (e.g. “My-Cool-Run-For-2023-05-03” )
• more generally - the flow to receive the date in which it is run as a parameter (so that it could also always be easily invoked for any arbitrary date)
is there a way to do it? use jinja on the parameter dictionary of the deployment or something…?