conditions and actions groups

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
automate
Posts: 5
Joined: 27 Jun 2014 13:22

conditions and actions groups

Post by automate » 27 Jun 2014 13:32

hi.
it would be useful to be able to compose sets of condistions/actions to be used at once.
as an example, if i need to disable bluetooth, gps, mobile data and wifi in many situations, i'd like to create a group of actions (let's call it "connections off") so that i can add all those actions to all my flows at once.
thanks.

User avatar
kintrupf
Posts: 257
Joined: 10 Sep 2013 08:59

Re: conditions and actions groups

Post by kintrupf » 27 Jun 2014 13:37

You can put those actions in a flow without trigger and just execute that flow from another flow with the "Execute Flow" action.

automate
Posts: 5
Joined: 27 Jun 2014 13:22

Re: conditions and actions groups

Post by automate » 27 Jun 2014 13:43

oh, i see.
not so intuitive but it's fine,
thanks a lot!

automate
Posts: 5
Joined: 27 Jun 2014 13:22

Re: conditions and actions groups

Post by automate » 03 Jul 2014 10:24

maybe i'm wrong but... it's not possible to do the same for conditions, right?
the problem seems to be the true/false output... :roll:

User avatar
bichlepa
Posts: 148
Joined: 04 Mar 2014 18:29
Location: Germany
Contact:

Re: conditions and actions groups

Post by bichlepa » 18 Jul 2014 09:06

"The executed flow will inherit the execution context with all variables of the parent flow." (http://automagic4android.com/en/help/co ... cute_flows)
I wonder whether the variables will be sent to the parent flow back when "Wait for called flows to finish" is checked. If so, conditions should be possble, too.

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

Re: conditions and actions groups

Post by Martin » 18 Jul 2014 09:31

Yes, but only when Return variables to the calling flow is checked.

Locked