.

Post your questions and help other users.

Moderator: Martin

farshadmo368
Posts: 31
Joined: 31 May 2018 09:18

Re: .

Post by farshadmo368 » 29 Jun 2018 19:16

Desmanto wrote:
farshadmo368 wrote:Hello, please reply to the previous question. I created an application list. I want to change the action when it comes to a specific application, Is there a way?
When it fail to continue to group 2, what is the error message shown? without error mesage, we never know what have gone wrong.

Judging by the number of elements, i would say that your flow hit Automagic Emergency stop and disabled immediately. The flow probably didn't even finish the first group's loop. Check the log, or the error message.


If you want the flow to behave differently when it comes to specific value (or application), put that application on another list. Example
exclusion = newList(com.android.chrome, com.whatsapp);

Then use expression to check if the current loop app is in the exclusion list, using containsElement(). If yes, then do some special action for those specific application. If no, continue the common loop branch. I can't put the exact code, as I can't see your whole script (probably too long to post here too).
Thankful desmanto ❤️

Post Reply