I am working on implementing a flow in copilot studio, to retrieve all your emails from outlook so copilot can summarize them for you. However even though the flow i have made in Power Automate works. The power automate contains this:
Get emails (V3): This action retrieves emails based on specified criteria.
Create HTML table: Converts the data from the retrieved emails into an HTML table format.
Respond to Copilot: Returns the HTML table to copilot
However when i try to use the flow in copilot it return a SystemError. I am thinking this might be an authentication problem, but i dont know.