Hey! I am very new to Prefect. I just finished wat...
# ask-community
n
Hey! I am very new to Prefect. I just finished watching this video :

https://www.youtube.com/watch?v=bJtnx34YIYg

. And I wanted to know if we can have parametrised flow runs. For example when we click on quick run, is there a way to pass parameters (maybe some filenames or ids) that need to be used in the flow?
1
p
You can specify the default values in your flow, or use custom run (option below quick run) to specify them
🙌 1
n
Thanks @Pim Claessens