https://prefect.io logo
Title
d

dammy arinde

10/27/2022, 5:28 PM
Hello Team, is there a reason parameter entered in UI doesn't work in the run? When I make a change to the parameter in the UI, the flow still picks up the default parameter instead of the newly entered one.
n

Nate

10/27/2022, 6:56 PM
Hi @dammy arinde where are you altering the parameter values? on the schedule or in the Run tab? similarly, when the flow assumes the default param, how are you kicking it off?
d

dammy arinde

10/27/2022, 7:38 PM
In the run tab, I also tried under settings but same issue. I kick off by clicking the run at the bottom
n

Nate

10/27/2022, 7:58 PM
hmm could you show me the PARAMETERS tab on the flow run page for the resulting flow run?
d

dammy arinde

10/27/2022, 8:03 PM
n

Nate

10/27/2022, 8:05 PM
wait so is that the default value or the custom / provided? it looks the same as the one provided in the Run tab ahh nevermind
d

dammy arinde

10/27/2022, 8:06 PM
It changes here but the results still references the default schema
n

Nate

10/27/2022, 8:25 PM
ok apologies I think I'm a little confused, in the code, how many
Parameter
objects are expected, and what are they called?
d

dammy arinde

10/27/2022, 9:03 PM
Thank you @Nate looks like I was missing referencing the parameter in the code, once I added, it fixed it.
n

Nate

10/27/2022, 9:04 PM
great to hear! glad I could help
:thank-you: 1