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 forall with html...
Power Apps
Answered

Using forall with html control

(0) ShareShare
ReportReport
Posted on by

Hello,

 

I have question if is possible to get links to files stored in SharePoint library, and in the loop display them in html control.

 

This is my code:

ForAll(colPicturesToShow,
"<img src=""" & ThisRecord.Thumbnail.Large & """ alt=""Testing"" style=""width:100px; height:50px;"">"
)

 

but it doesnt work because control expected text.

Do you have some other solution without using gallery?

 

Best regards.

Categories:
I have the same question (0)
  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at

    Yes, but you should use the Concat function, which can take a table and create a text from an expression in the table (SP list):

    Concat(
     colPicturesToShow,
     "<img src=""" & ThisRecord.Thumbnail.Large & """ alt=""Testing"" style=""width:100px; height:50px;"" />"
    )

    Hope this helps!

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
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard