Hello Team, is there a reason parameter entered in...
# ask-community
d
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
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
In the run tab, I also tried under settings but same issue. I kick off by clicking the run at the bottom
n
hmm could you show me the PARAMETERS tab on the flow run page for the resulting flow run?
d
n
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
It changes here but the results still references the default schema
n
ok apologies I think I'm a little confused, in the code, how many
Parameter
objects are expected, and what are they called?
d
Thank you @Nate looks like I was missing referencing the parameter in the code, once I added, it fixed it.
n
great to hear! glad I could help
🙏 1