Announcements
Behavior:
Question:
Has anyone seen Dataverse File column uploads intermittently save blank files from the Windows Power Apps player while working correctly in the browser?
Is there a known limitation, workaround, or required pattern for uploading Dataverse File columns from the Windows player?
Best regards, Valantis
✅ If this helped solve your issue, please Accept as Solution so others can find it quickly. ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :). 🏷️ For follow-ups @Valantis. 📝 https://valantisond365.com/
💼 LinkedIn
▶️ YouTube
Hi AD-22040756-1,
To add to the existing reply — the best way to diagnose this intermittent issue is to use Power Apps Monitor to capture a live trace during both a successful and a failed upload. The Monitor trace will show you whether the file payload is actually included in the Patch request, or silently dropped by the Windows player.
Steps to troubleshoot with Monitor: 1. Go to make.powerapps.com → open your app → select Monitor from the left pane. 2. Click Play published app to start a monitored session in the browser. 3. Reproduce the upload scenario and compare the Patch event payloads between a working and a failing run. 4. Look at the Patch or SubmitForm event — check if the file column payload is present or missing.
Workaround to try while investigating: Ensure the attachment control has fully resolved before your Patch() fires. You can gate the submit button's DisplayMode on a loading flag: Set(varUploading, true) before the Patch, then Set(varUploading, false) after, and set the button DisplayMode = If(varUploading, DisplayMode.Disabled, DisplayMode.Edit).
References: - Debug canvas apps with Live Monitor — Microsoft Learn - Patch function — Power Platform
Found this helpful? Please mark ✅ "Does this answer your question?" so others searching for the same issue can find it quickly. A 👍 on "Was this reply helpful?" or a ♥ Like is also much appreciated!
Raghav Mishra — LinkedIn | PowerAI Labs
Hi @AD-22040756-1,
Just wanted to check in and see if everything is working now. If you still need any help, feel free to let me know.
Also, if the issue is resolved, it would be great if you could mark the answer as solved so others with the same question can find it easily.
Thanks and have a great day!
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290