Claimed Badges: Power User Love
Hello Everyone!
We now successfully connected some of our components created from yesterday – yesss some progress!!
Our goal was to leverage our expertise from both Power Platform and “Pro-Code” and connect these components into our solution. We are using Dataverse as our data storage to easily use Power Automate, Copilot Studio Agents, and Model-Driven App and connecting Dataverse to our API.
So, to the fun part, let’s provide an example!
When our game stats are changing – we are triggering our Copilot Studio Agent through a Power Automate flow.

The Agent access Dataverse data through the Dataverse MCP tool, extracts the newest data and create a fun comment.

We then use our API layer to get the newest comments from Dataverse to our game display screen!

By doing this, we can use all the fun juice from Power Platform and develop apps hosted in Azure!
On the judges request – more meat on the bone
Let’s break down our solution! First, we have the low-code part that consists of a Model-Driven App, data storage in Dataverse, an agent in Copilot Studio, and multiple Power Automate flows. Then we have a web app created with React, bundled with Vite, that is hosted in Azure. To connect these features together, we have created an API to get data from Dataverse into our coded solution. The Function App hosting the API is added as a system user to our Power Platform environment, so we can easily fetch data. While most of our setup is created in the low-code environment, e.g. the automation of spawn chunks, we also have data going from our application towards Dataverse. The reason for selecting both of these tools was for all of us to learn more and to make sure we use the appropriate tool for the right job!
The Dashboard


Visit our page: https://itera-scope-creepers.plankebyen.dev/
To follow along!