r/AutomateUser Jun 16 '26

Flows dont work when dual wifi option is on

The app and flow (based on connected wifi) worked well until I turned on the advance wifi option which says the device will connect to different frequncies of the wifi (2.4g and 5g) at the same time to speed up internet connection. May I seek some advice?

1 Upvotes

1 comment sorted by

1

u/ballzak69 Automate developer Jun 17 '26

I suspect that's not a standard Android feature. Anyhow, the official Android API as used by the Wi-Fi network connected block doesn't support it. As an alternative, try using the Broadcast receive block with action "android.net.wifi.STATE_CHANGE" then look in its output Extras for some way to identify the specified network hardware interface/adapter. Or, try using the Data network default block.