Skip to main content

Notifications

Community site session details

Community site session details

Session Id : PENOHEkAccyNQf60cR/7Oz
Power Apps - Building Power Apps
Unanswered

Power apps tutorial template screen

Like (0) ShareShare
ReportReport
Posted on 22 Jun 2022 11:55:22 by 208

Hi!

 

I have added a  tutorial screen template in an application (a kind of small user guide). For this user guide, I use images and small videos.

 

I have a Gallery, with the following formula for the "Items":

 

Table(
{Step: 0, Title: "First step", Text:" short description", Image1: 'sample image', Video: 'sample video'},
{Step: 1, Title: "Second step" ,Text:" short description", Image1: 'sample image 1',Video:'sample video 2'},

{Step: 2, Title: "Third step" ,Text:" short description", Image2: 'sample image 2',Video:'sample video 2'},

{Step: 3, Title: "Fourth step" ,Text:" short description", Image3: 'sample image 3',Video:'sample video 3'}

)

 

I would like to store the images and videos in a SharePoint library and not in the application.

 

I was thinking to create a collection and to extract the pictures and videos from there. I could extract the image using the "Thumbnail" but I don't know how to handle the video.

This is what I tried:

Table(
{
Step: 0,
Title: "Menu list",
Image1: LookUp(
colImages,
Title = ThisRecord.Title
).'{Thumbnail}'.Large,
Video: EndsWith(LookUp(
UserGuide_1,
'File name with extension'=ThisRecord.'File name with extension').'File name with extension',"mp4")
}
)

 

Please, how can I reference the image and the video in the table from above, using the information from a collection or from the SP Library?

 

Thank you for your kind support.

Claudia

 

 

 

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 223 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 110

#3
stampcoin Profile Picture

stampcoin 86

Overall leaderboard
Loading started