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 / Power Automate / Can you determine the ...
Power Automate
Unanswered

Can you determine the size of a file uploaded to a SharePoint library

(0) ShareShare
ReportReport
Posted on by

I need a solution where if a file over 50mb is saved then an email is sent out. 

I have seen on the forum some Flows that do this for attachments to a list item but not the actually document uploaded.

If anyone can help that would be much appreciated

Thanks

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,876 Most Valuable Professional on at

    Hi @RobfreemanFire,

     

    You can check the file properties via a HTTP request. There should be a property called vti_x005f_filesize.

     

    You can check if it is above 52428800 bytes, which should be 50mb (if my math is ok 😁).

     

    Below is an example

     

    1. URI for the Send an HTTP request to SharePoint action

    _api/web/lists/getbytitle('@{variables('LibraryName')}')/items(@{triggerOutputs()?['body/ID']})/File/Properties?$select=vti_x005f_filesize

     

    2. Expression in Condition action.

    outputs('Send_an_HTTP_request_to_SharePoint')?['body']['vti_x005f_filesize']

     

    vti_filesize.png 

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 427

#2
Vish WR Profile Picture

Vish WR 316

#3
David_MA Profile Picture

David_MA 260 Super User 2026 Season 1

Last 30 days Overall leaderboard