multi dialog

Post your questions and help other users.

Moderator: Martin

Post Reply
houdinix64
Posts: 33
Joined: 08 Mar 2013 12:45

multi dialog

Post by houdinix64 » 19 Oct 2013 12:57

Hi guys please help me. Is there any easy way to do this flow http://automagic4android.com/flow.php?i ... 5d2d9bb20a

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

Re: multi dialog

Post by Martin » 19 Oct 2013 14:41

Hi,

Do you want to show notification a when a is selected and additionally show b when b is selected etc. resulting in multiple notifications?
In this case you could use the function containsElement to check if the list with the selected items contains the item in question.
For example Expression: containsElement(value, "a") would check if option 'a' was selected in the input dialog.

Example flow: Multi dialog help2

Regards,
Martin

houdinix64
Posts: 33
Joined: 08 Mar 2013 12:45

Re: multi dialog

Post by houdinix64 » 19 Oct 2013 15:44

Tnx martin. problem solved

Post Reply