Skip to main content

Notifications

Community site session details

Community site session details

Session Id : vhGJXSR4jWT0DbMWta/bty
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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,670 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,013 Most Valuable Professional

Leaderboard
Loading started