Page 1 of 1
multi dialog
Posted: 19 Oct 2013 12:57
by houdinix64
Hi guys please help me. Is there any easy way to do this flow
http://automagic4android.com/flow.php?i ... 5d2d9bb20a
Re: multi dialog
Posted: 19 Oct 2013 14:41
by Martin
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
Re: multi dialog
Posted: 19 Oct 2013 15:44
by houdinix64
Tnx martin. problem solved