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 Apps / PowerApps video attach...
Power Apps
Answered

PowerApps video attachment issue

(0) ShareShare
ReportReport
Posted on by 219

Hi,

I am using PowerApps with SharePoint modern list as a data source. It is a simple form with two fields as below

  • Integer field
  • Attachment field (Only one attachment with max file size set to 50MB)

Issue is that App is taking time to Submit data to SharePoint list just because with this attachment field. That means right after users attach a video and click on Submit button, it is showing something like a loading or uploading kind of dots...

Help me on how can I increase the speed to get video submitted to list as quick as possible without showing loading kind of screen.

Categories:
I have the same question (0)
  • Verified answer
    GarethPrisk Profile Picture
    2,828 on at

    It seems like you are expecting the app to handle the upload asynchronously, and to allow the user to navigate/do things while this occurs.

    Unfortunately, there will always be the time required for the file to upload. PowerApps, as well, will want the Submit function to complete before processing other data.

    The simplest thing to do is to manage your user's expectations with a saving/blocking pattern. For example, you would show a saving spinner while the Submit function is occurring, so the user is aware of the upload. This is common in almost every app on every device, and users expect it.

     

    To accomplish this:

    • Add a Screen called 'Saving Data'
      • Add verbiage indicating something like "Saving your data..."
      • Optionally add a loading animation from www.loading.io or equivalent
    • Update your code
      • Before the Submit, add Navigate('Saving Data')
      • After the Submit, add Navigate( { Screen user should go back go } )

    This is a very simple way of accomplishing this. The objective is to present something to the user which lets them know something is happening (the dots on the PowerApps screen are not great at this).

    You will not be able to increase the upload speed with code alone - at least not dramatically. This is heavily dependent on the user's device, connection speed, and the size of the file. Instead, manage their expectations.

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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 337 Most Valuable Professional

#2
11manish Profile Picture

11manish 173

#3
Valantis Profile Picture

Valantis 86

Last 30 days Overall leaderboard