Help on a YES/NO input dialog

Post your questions and help other users.

Moderator: Martin

Post Reply
wfrcrd
Posts: 116
Joined: 27 May 2015 08:57

Help on a YES/NO input dialog

Post by wfrcrd » 30 Nov 2018 19:04

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.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Help on a YES/NO input dialog

Post by Martin » 30 Nov 2018 20:39

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

wfrcrd
Posts: 116
Joined: 27 May 2015 08:57

Re: Help on a YES/NO input dialog

Post by wfrcrd » 30 Nov 2018 21:12

Thank you!! :)

Post Reply