same microflow called by different button, how to distinguish which button trig in the microflow?

0
same microflow called by different button, inside the microflow, have the different logic route for different button. how distinguish different button trig in microflow? then I can do different logic.
asked
1 answers
0

You cannot distinguish between different buttons for same microflow.

You can set an Boolean/Enum attribute and change its value then call the microflow as a sub-microflow for one of the buttons and then differentiate according to that attribute.

answered