How to call two different Microflow from checkbox tick and untick event

1
Great thanks for you quick response. I really appreciate your efforts. This is regarding to my previous query(Please see below). I am able to implement it and it working as desired, but I have another query. Suppose I tick my check box, and as a result it copies the home address to office address fields. Now If I un-tick it should remove the value from office address fields as well. Means on tick it should one action and on un-tick it should do another. Please help me. see my previous question
asked
1 answers
3

Just start your microflow with an exclusive split based on the attribute the checkbox uses.

You can then split it to True or False and either continue the microflow from there or call your two submicroflows.

answered