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
And Condition to Start a Flow
Moderator: Martin
Re: And Condition to Start a Flow
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.
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
Philip