Potential Bug in Android DataAction

Hi, I think I may have stumbled across a bug. I have a set of radio buttons which are intended to switch a device setting to allow 10 buttons to control 40 different presets. I have a DataAction set up for each of the 4 potential commands for each of the buttons and I have a condition to check the value in the device binding set by the radiobutton. The setup works exactly as intended in the simulator, but when I put it onto my android tablet it runs through each of the four commands in succession as if it is ignoring the condition that has been set.

Thanks,

Steve

What is the version number for the Android app? Do you have the latest Android app installed?

Conditions on DataActions are a relatively new feature. They were added in the 3.5.0 release. If you have an older version installed they will be ignored.

That was it, needed to update the app on my tablet, works great now.

Thanks,

Steve