It seems that the UI will not let you do a quick r...
# ask-community
j
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
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
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