Search found 5 matches
- 22 Nov 2013 19:08
- Forum: User Help / Bug Reports
- Topic: Periodic location flow
- Replies: 2
- Views: 8776
Re: Periodic location flow
> I would need a flow to update phone location on a given interval time to be called from another flow. In the flow to be called i would 1) put an action of type 'script' with a single pause statement 2) put a condition of type 'location' (with any parameters) just to facilitate setting the location...
- 21 Nov 2013 19:35
- Forum: User Help / Bug Reports
- Topic: Accessing key value map
- Replies: 1
- Views: 6644
Accessing key value map
Hi, I found the map values ("Mappe Werte") action type to build key value stores. Now I wonder how is the syntax to access a variable containing such a mapping. This seems to be completely undocumented. Does someone know, how one a) can retrieve a value by its key, b) get a list of keys to iterate o...
- 19 Nov 2013 16:26
- Forum: User Help / Bug Reports
- Topic: Flows as Procedure Calls
- Replies: 6
- Views: 15594
Re: Flows as Procedure Calls
Click on the top of the trigger and then you can unselect the trigger. Thanks, that's it! Somehow I missed the difference that this list shows checkboxes (also allowing for more then one trigger) in contrast to the list i get when clicking the edit symbol to the left of tthe trigger box (for modify...
- 19 Nov 2013 05:46
- Forum: User Help / Bug Reports
- Topic: Flows as Procedure Calls
- Replies: 6
- Views: 15594
Re: Flows as Procedure Calls
Just leave the trigger empty. While each flow does need a trigger box as a starting point, you don't need to assign any triggers to it. Glad to here that using flows as subroutines should be possible. But how do I make a trigger "empty"? I created my procedure flow by factoring out from the main fl...
- 18 Nov 2013 21:24
- Forum: User Help / Bug Reports
- Topic: Flows as Procedure Calls
- Replies: 6
- Views: 15594
Flows as Procedure Calls
Hi, I want to reuse flows as procedures (subroutines) for common tasks. I.e. these flows are called by top level flows, take input in variables and return results in variables. My problem is that each flow must have a trigger, which is not adequate for flows when used as a procedure. These procedure...