hello, how can i schedule a flow_run with paramete...
# ask-community
e
hello, how can i schedule a flow_run with parameters but the parameter is dynamic and changes every day for instance a cron scheduler cron 0 0 * * * that passes 111 on sunday, 222 on monday ... 777 on saturday
d
You can set the parameter to None. And let the flow code deal with generating the "dynamic value" based on the day if the parameter is None.