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 / Using Power Automate t...
Power Apps
Unanswered

Using Power Automate to retrieve attachments from SharePoint List and display it in PowerApps using component

(0) ShareShare
ReportReport
Posted on by 54

Hello

I have a SharePoint list exceeding 10,000 items, some with multiple attachments. To address delegation limits in Power Automate, I need guidance on the most efficient way to retrieve these attachments. I have a component ready to display the attachments in PowerApps

Thank You 

Categories:
  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @husham86 ,

    Any Delegable query will retrieve the records you want, from which you can display the attachments. I would need more information to comment further.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • husham86 Profile Picture
    54 on at

    My flow works as follows: when I click "search", it retrieves all relevant data columns and stores them in a collection. This collection populates a gallery. I want users to be able to view associated attachments by clicking a 'Paper Clip' icon within the gallery." the component on the right display the attachment. 

    ClearCollect(
        colList,
        ForAll(
            Table(ParseJSON(SearchLargeSPlist.Run(TextInput2_1.Text).searchresults)),
            {
                Title: Text(Value.Title),
                Country: Text(Value.Country),
                Date: DateValue(Value.Date)
            }
        )
    )
    husham86_1-1712768827400.png

     

     

    husham86_3-1712768238868.png

     

     

     

  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @husham86 ,

    Sorry I do not use Components. I responded as your question was concerning Delegation limits.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard