
Announcements
Hi everyone,
I’m building an agent in Copilot Studio with a topic where the user uploads a PDF file. User answer is saved into a File variable (PDF only).
I then call a Power Automate flow from the topic. The flow trigger is “When an agent calls a flow” and I want it to receive the uploaded file as input.
Problem: When I add the flow action in Copilot Studio (Topic), instead of asking me for a File, the action insists on a Record input. Even tho the trigger input in Power Automate is a File. How to fix this?
{
contentBytes: Topic.uploaded_file.Content,
name: Topic.uploaded_file.Name
}