It seems that the UI will not let you do a quick run on a Flow that has a Parameter that is required but has a default value of None. Is this expected behavior?
k
Kevin Kho
05/18/2022, 7:33 PM
Kind because it’s required and None if the representation of no value…I think if None is acceptable, you can make it not required instead?
j
Jessica Smith
05/18/2022, 7:34 PM
Maybe that's the issue. I tried making it not required, but I don't think it lets me have it both default to None and required = False