And Condition to Start a Flow

Post your questions and help other users.

Moderator: Martin

Post Reply
cassfutbol
Posts: 1
Joined: 11 Mar 2016 14:18

And Condition to Start a Flow

Post by cassfutbol » 28 Mar 2016 07:33

When I create a new flow,I want it to be a shortcut that checks for a received SMS and that a Bluetooth device is connected. Cab this be done in initial startup?

Thank you, Kent

User avatar
Philip
Posts: 82
Joined: 08 Jun 2015 19:20
Location: Hampshire, UK

Re: And Condition to Start a Flow

Post by Philip » 28 Mar 2016 12:37

My understanding is that the logic used in a Trigger which has multiple conditions is OR (i.e. the trigger will evaluate as TRUE if any of the conditions are met).

You require an AND comparison (both SMS received AND Bluetooth connected), which I don't believe can be achieved in a single Trigger.

Instead you need to check for one of the conditions (e.g. SMS received) in the Trigger, and then do a separate test for whether the Bluetooth device is connected.
--
Philip

Post Reply