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 / Show attachments from ...
Power Apps
Answered

Show attachments from entity in offline application

(0) ShareShare
ReportReport
Posted on by 29

Hi all,

 

I'm having difficulties to show attachments in an offline application.

I have a 'Products' entity for which I enabled attachments. I am able to show these in my PowerApp when I use a form to display those.

Now, my application needs to work offline. So I used the Save/Load data to cache my datasource into a local collection:

If(Connection.Connected,ClearCollect(ProductCollection,Products);SaveData(ProductCollection,"LocalProducts"),LoadData(ProductCollection,"LocalProducts",true))

This works for all my entity fields but not for my attachments. Is this possible?

If so, is there a limit on the size of the collection that can be stored locally?

 

Idea of the app is that we create an offline application that can be used at faires to showcase the products and easily show presentations/certification documents/etc...

 

Thanks!

Categories:
I have the same question (0)
  • Verified answer
    v-monli-msft Profile Picture
    Microsoft Employee on at

    Hi @JanV ,

     

    It should be possible to collect Attachment as local data in PowerApps.

    For example, you may try:

    ClearCollect(Attachments, First(Entity1).'{Attachments}')

    But the attachments can't be saved directly with the list data, when trying to collect the list data with ClearCollect function per my testing.

     

    Regards,

    Mona

  • JanV Profile Picture
    29 on at

    Thanks for the reply!

     

    Using this method I can see all attachments offline (so already one step further) but I'm unable to open them.

    I'm getting redirected to the URI from that attachment and that is online.

    I've tried with the data in a SharePoint list and CDS.

     

    Any thoughts on this one?

  • IFI Techsolutions Profile Picture
    26 on at

    What exactly are you entering in enyity1 section?

     

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 > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard