Microflow Condition

0
Hi, I have a decision in a microflow that checks a condition. If it evaluates to true, the flow continues to the next action. But if the condition is false, I want it to display a link on the page. How can I configure a microflow to do that?
asked
1 answers
0

This sounds like it’s a case of getting your “true” path to just call another microflow action, and “false” path to Show Page, or refresh an entity that affects visibility on the current page to show the link.

answered