Display version number in Power Apps
There’s lots of posts on this, but they seem to mostly point to something other than what I was looking for. Power Apps maintains versions every time we edit the app, so how do we do that?
Get and Use Visitor Context in Power Apps
You can use readily available basic visitor context information to do things like show/hide fields on a SharePoint custom list form, or change colors and button text on a standalone Power App. Maybe even load a specific screen in a Power App!
Get the manager of a user using Power Automate
Often times I’ve heard the need to get the manager of a user for various reasons – seek approval, alert an expiring action, general notification, etc. This needs to be available in Power Automate…and it is!
Get SharePoint List Flow Details using PowerShell
Power Automate Flows created against SharePoint Online lists/libraries get stored in the same default environment as all other flows. This can lead to confusion and frustration in cases where you need to know which ones are SharePoint-related and which are not. Fortunately, there’s an easy way to find those using PowerShell!
Get SharePoint Custom List Form details using PowerShell
What if you need to get some list or site information about your custom list forms in your environment? Here’s how we can do that in PowerShell!