Hi, in Prefect V2 when doing a custom run from a d...
# prefect-community
a
Hi, in Prefect V2 when doing a custom run from a deployment, is it possible to pass a JSON object with custom parameters from the UI? This was possible in V1 but I'm not seeing a way to do that in V2, it seems to only allow setting parameters one by one. We have flows with lots of parameters, so would prefer to pass entire JSON objects instead of manually setting them one by one.
d
I believe you can set the input parameter to Dict or List and it would accept them.
a
I would prefer not to collapse all the parameters into a single dict/list
for example in V2, this is the UI I see for passing custom params:
vs in V1 I could click "JSON" to pass an object containing all the params: