web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Pass a file uploaded i...
Copilot Studio
Answered

Pass a file uploaded in Copilot Studio to a Power Automate flow as a File (not Record)?

(0) ShareShare
ReportReport
Posted on by 7

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?

1.png
2.png
3.png
I have the same question (0)
  • Verified answer
    Sam_Fawzi Profile Picture
    904 Super User 2026 Season 1 on at
     
     
    Fix: pass the file as a Record { contentBytes, name }
    In your Question node (where user uploads the PDF)
    Entity = File
    Turn on Include file metadata (important for name/content).
    In Copilot Studio → Call your flow (Action node)
    When it asks for the “Record”, don’t pass the File variable directly. Instead, build the record with Power Fx:
    {
      contentBytes: Topic.uploaded_file.Content,
      name: Topic.uploaded_file.Name
    }
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 671

#2
Vish WR Profile Picture

Vish WR 266

#3
Haque Profile Picture

Haque 265

Last 30 days Overall leaderboard