Why I couldn't figure this out earlier is beyond me, but my problem is now solved!
I just used the Condition - Expression to separate the paths based on {index}.
It works well.
Search found 7 matches
- 28 Apr 2013 04:18
- Forum: Feature Requests
- Topic: Script Function - Stop
- Replies: 5
- Views: 16565
- 28 Apr 2013 01:57
- Forum: Feature Requests
- Topic: Script Function - Stop
- Replies: 5
- Views: 16565
Re: Script Function - Stop
Sorry I can't seem to figure this out. What am I doing wrong? What I am trying to accomplish is this. I have a flow needs to turn on/off screen but only if the Alarm clock app is active. So I check if the package is running and one of the variables that this action is returning is the Index, which t...
- 27 Apr 2013 16:04
- Forum: Feature Requests
- Topic: Script Function - Stop
- Replies: 5
- Views: 16565
Re: Script Function - Stop
Ok,
But then how do I set it up to go on under certain conditions?
Let's say I have this.
If (value = 0)
{
}
Else
{
}
I want it to continue only if value = 0.
Is there a command to go on to next step?
Thanks.
But then how do I set it up to go on under certain conditions?
Let's say I have this.
If (value = 0)
{
}
Else
{
}
I want it to continue only if value = 0.
Is there a command to go on to next step?
Thanks.
- 26 Apr 2013 22:14
- Forum: Feature Requests
- Topic: Script Function - Stop
- Replies: 5
- Views: 16565
Script Function - Stop
Would be great if we could stop the Flow from with script function.
I would like to use this to create custom conditioning (e.g. If Variable = this, the flow continues, otherwise Stop).
I apologize if this already exists.
Thank you,
L.
I would like to use this to create custom conditioning (e.g. If Variable = this, the flow continues, otherwise Stop).
I apologize if this already exists.
Thank you,
L.
- 26 Apr 2013 17:15
- Forum: User Help / Bug Reports
- Topic: Click on the screen
- Replies: 11
- Views: 40293
Re: Click on the screen
Just an update in case somebody comes across the same problem(s). First of all, I believe one needs to have BusyBox installed in order for this command to work. This is many times standard installation during rooted devices but not always. Then I believe you made a mistake in the command. Mine works...
- 26 Apr 2013 16:26
- Forum: User Help / Bug Reports
- Topic: Click on the screen
- Replies: 11
- Views: 40293
Re: Click on the screen
Wow, fantastic!
Thank you very much.
I unrooted my phone a week ago
.. I think I will look into getting rooted kernel for my stock image 
Thanks again, this was very helpful.
L.
Thank you very much.
I unrooted my phone a week ago


Thanks again, this was very helpful.
L.
- 25 Apr 2013 15:28
- Forum: User Help / Bug Reports
- Topic: Click on the screen
- Replies: 11
- Views: 40293
Click on the screen
Hello, I am new here and have been playing with Automagic for last day or so. I absolutely love it and I find it way superior and easier to use then Tasker and On{x}. I have this problem. I want to create a flow that will turn on my alarm (Double Twist Alarm Clock) when I put my phone on charger. Th...