I've built a custom connector that connects our main system to the PowerApp.
The main system requires that every 24 hours the user logs in again.
Usually, when the token expires and the user automatically logs out, a pop-up appears in the powerapp.
There are >1 connections that require the user to fix the connection, but this pop-up this doesn't show up all the time (until the page is refreshed).
This causes a lot of errors for the user, which isn't ideal for the UX.
Is there a way I can check if the Connection needs to be fixed, from inside the PowerApp? So I can display a login-status to the users.
Cheers!