Page 1 of 1

Help on a YES/NO input dialog

Posted: 30 Nov 2018 19:04
by wfrcrd
Hi to everyone,
when a condition is triggered I need to show on the screen an input dialog as " YES/NO"
when if I click "YES" the flow perform an action (for example execute another flow)
and if I clik "NO" do nothing and simply close the dialog window.
How can I do it ?
Thank you in advice and sorry for the stupid questions.

Re: Help on a YES/NO input dialog

Posted: 30 Nov 2018 20:39
by Martin
Hi

You can use a condition Confirmation Dialog. Only connect the true-branch to a subsequent action if you don't want to do anything on the false/no-branch.

Regards,
Martin

Re: Help on a YES/NO input dialog

Posted: 30 Nov 2018 21:12
by wfrcrd
Thank you!! :)