Gathering insights from data with the Copilot Answer component
When creating user interfaces for our users, we apply our experience in building applications using data structures to incorporate capabilities such as sorting, filtering, and searching.
No matter how we build and configure these capabilities, there’s always room for improvement. Users might need new insights from the application’s data, which would require developing this new capability and deploying a new version. What if we could add the ability to ask for data insights dynamically? This is where the Copilot Answer control can help us.
Getting ready
For this recipe, we will improve the application created from the previous recipe: Building a text recognition system using canvas apps. So, get it from the GitHub repository if you haven’t built it already.
How to do it…
- Go to the Power Apps maker portal and open the solution holding the app from the previous recipe...