It would be handy to be able to add multiple trigger blocks to a single flow.
I realize that this is really duplicating the functionality of creating multipleflows, but it would allow for much more readable flow creation.
For instance, you could create a new flow "Manage Battery". Inside create a trigger for "Battery Percentage Under 20%". Have this fire off a couple actions like disable wifi, set screen brightness. Then have another trigger for "Battery Percentage Over 20%" that enables all the stuff we turned off.
Allow multiple trigger blocks in a single flow
Moderator: Martin
-
- Posts: 53
- Joined: 17 Mar 2013 16:08
Re: Allow multiple trigger blocks in a single flow
You can split the parts: Trigger flows with condition checks and an action flow, called by the triggers.
Using a global var you can even give "parameters" on call to be more flexible.
Ok: A single flow solution would be more readable, but this way you can enable/disable every trigger
flow on it 's own
Using a global var you can even give "parameters" on call to be more flexible.
Ok: A single flow solution would be more readable, but this way you can enable/disable every trigger
flow on it 's own