How can I pass empty parameter to microflow?

0
Sounds trivial, can’t find the answer. It’s called on button press.
asked
1 answers
1

It’s ugly, but call another microflow with that button, without parameter. In that microflow, call the original one with parameter empty.

answered