web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 321

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 311 Super User 2025 Season 2

Last 30 days Overall leaderboard