Application Showcase: A Pokémon Pokédex App built on PowerApps

Gotta catch em’ all! Of course, that’s the legendary tag line from the Pokémon series I fondly grew up with. As a Power Platform developer, I thought: why not combine these by building a Pokédex app! A Pokédex is like an encyclopedia about Pokémon. It tracks all kinds of data points about the over 1000 Pokemon in the Pokémon universe. This dataset's rich detail and hierarchical structure make it fantastic for learning to build on in PowerApps. App Goals Use a 3rd party API (PokeAPI) to cache Pokémon information into SharePoint Build a fully responsive Canvas App that…

Comments Off on Application Showcase: A Pokémon Pokédex App built on PowerApps

Fetch SharePoint List Item Version History in PowerApps

This article will walk you through two different options for retrieving SharePoint Item Version History in Power Apps using Power Automate. Both solutions are designed to be ALM-friendly and avoid using Premium Connectors. If you’re not familiar with SharePoint Item Version History, you can access it by selecting the context menu for a list item and choosing Version History. Context Menu to access SharePoint item version history The modern modal dialog of a item's version history For this example, I have a simple SharePoint list consisting of Financial Validation events. These events are managed out of a Canvas…

Comments Off on Fetch SharePoint List Item Version History in PowerApps