Regex with Canvas Apps in PowerApps

The current SharePoint Connectors don’t support creating folders directly via PowerApps in a SharePoint Library. To solve that, I used a custom list and a Flow in the background to create folders. We had the problem that users start typing in not supported folder names with invalid characters. Checking this in flow is an option but in my opinion a […]

Filter first party connectors

When it comes to manage connectors and identify which connector is from Microsoft and which not, we can use the documentation . To go a step further we can set up a flow which will check with a scheduled trigger which connector is first party (from Microsoft) and which not.    For that we can use the connector “List Connectors” […]