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
    868 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!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 297

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 184 Super User 2026 Season 1

#3
Arild Aarnes Profile Picture

Arild Aarnes 51 Super User 2026 Season 1

Last 30 days Overall leaderboard