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 / Attachment Control Pow...
Power Apps
Unanswered

Attachment Control PowerApps

(0) ShareShare
ReportReport
Posted on by 35

Hello all , 


I have an attachment control in a PowerApps form which is a field derived from a SharePoint online list. However, the user experience is currently quite poor, because if a user adds more than one attachment, it has to scroll to see all the attachments. I can solve this by making the attachment field much larger, but that is not an ideal solution. Is there a way to make the field larger based on the number of added attachments (so it should be that large that it shows all the attachment, without the need to scroll, but not larger than that)? 
Thank you sincerely.  

Categories:
I have the same question (0)
  • SebS Profile Picture
    4,824 Super User 2026 Season 1 on at

    @kikopkop 

     

    you could make Hight of attachment DataCard more dynamic using below code

     

    that will count number of attachments and add 50 px for each of them to original Hight what is set up to 200 in this example.

     

    If(IsBlank(ThisItem.Attachments),200,200 + (CountRows(ThisItem.Attachments)*50))
  • kikopkop Profile Picture
    35 on at

    Hello @SebS 

    Thank you for your quick reply. When I add this form, I don't get an error but it doesn't work, I still have to scroll when I add multiple attachments: 
    (it also doesn't work when I add this formula to the control rather than the box)
    Thank you Sir. 

    kikopkop_0-1680509184388.png

     



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

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 475

#2
WarrenBelz Profile Picture

WarrenBelz 387 Most Valuable Professional

#3
11manish Profile Picture

11manish 289

Last 30 days Overall leaderboard