Page 1 of 1

And Condition to Start a Flow

Posted: 28 Mar 2016 07:33
by cassfutbol
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

Re: And Condition to Start a Flow

Posted: 28 Mar 2016 12:37
by Philip
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.