
Announcements
I am having an issue with the desktop version of an application vs. the web version. The application has an attachment control, from which files are uploaded from a user's machine to a Sharepoint folder using a power automate flow. The files are passed into the flow using the "contentBytes" and "name" fields that can be taken from the attachment control. The files are passed with unique names to the power automate flow.
The issue occurs when two files with the same name are uploaded, but with different content. Ie. The image is edited. The same content is passed through to the flow, only when using the desktop version. The web version does not have this issue. I think that the local version is caching the contentBytes somehow, and when it sees a file with the same name and extension reuploaded, it looks up the previously cached file.
Some things I've tried:
I've read through all the available functions built into powerapps and about the attachment controls fields. Does anyone have any other ideas for what I could do here to clear the cached data?