Hi,
Is it possible to make the "Add WiFi Access Point" action not return error when the AP is already registered?
The problem is that you can't check if it is already registered and the flow stops when the action returns error.
Thanks.
Make "Add WiFi Access Point" not return error
Moderator: Martin
- TheBrain1984
- Posts: 137
- Joined: 07 Aug 2013 08:17
- Location: Germany
Re: Make "Add WiFi Access Point" not return error
You can make a "quick and dirty" workaround. You can make a following action to "Add WiFi Access Point" action and change the connection type between the two actions to "Exception" the second action does nothing and than you connect the second action to your following action of "Add WiFi Access Point" action.
Re: Make "Add WiFi Access Point" not return error
Thanks! I've used you Exception trick and it worked flawlessly.