Optional flow argument

I have a flow card where I have 3 arguments. However, two of those arguments are not mandatory, so does anyone know if it is possible to set optional card arguments, and if so, how?

If this is not possible, is it possible to set default argument values?

Thanks!

Think nobody understands what you mean, can you be more precise and give an example and/or screenshots or flow? What is the description of what you want to happen?

Hmmm, interesting… I just made you a screenshot of what I mean and tried to get a screenshot of the error I got the other day. But I can’t reproduce it and everything works as intend.

Thanks anyway :slight_smile:

Add "required": false to your Flow Card’s JSON.

1 Like

Thanks @Emile!