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 / customizable tutorial ...
Power Apps
Answered

customizable tutorial template

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi

 

I have added a customizable tutorial screen using a screen template but I can not find any instructions, guides to edit it. I have searched an failed miserably. 

 

BR

 

Andy

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

    Hi Andy,

    You can customize the steps in the tutorial screen by selecting the "dots" gallery (TutorialNavigator1) on the bottom of the screen, and updating its Items property. You can define a text and an image for each step in the tutorial page.

    ForumPost001.pngHope this helps!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you Carlos

     

     

    Starting to make sense, how do I limit an image(s) to only appear on one page. I am trying to duplicate the layout as per the attached sample.

     

    Thank you in advance

     

    BR 

    Andy

  • CarlosFigueira Profile Picture
    Microsoft Employee on at

    I believe if you don't set the Image property of one of the "steps", then that step will not have an image. Is that what you're trying to accomplish?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Carlos

     

    Sorry for the delay in feeding back.

    I want each step to have a different image, I want the pages to look like the attached document in my previous post.

  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at

    That tutorial template can be used as-is for simple steps: 1 image and some text. If you want your text on different pages to have specific formatting, then it may not be as simple as adding some values there.

    There are a couple of alternatives you can use:

    1. Create different screens, one with each of the screens you want, and in the left/right arrows you would use the Navigate function to move between them. That's fairly simple to implement, although you may have a lot of screens in the beginning of your app (which may not be a bad thing)
    2. Create one group of controls, in the same screen, for each of the "virtual screens" that you want, then set its Visible property to _guideStep = <virtual screen number>. This may be a little more complicated to organize (you'll have many controls at the same screen), but your app won't have lots of non-critical screens.
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you Carlos

     

    I will try option one as a start

  • JohnathonHarrel Profile Picture
    5 on at

    I just figured out how to do this by setting visibility based on the index of  _guideStep . This variable is linked to the position of the table/screen. justr add miltiple images to the card and set their visibility to  _guideStep = <index> 

    EXAMPLE:

    visibility property on image one would be  _guideStep =0

    visibility property on image one would be  _guideStep =1

  • wizardwalksby Profile Picture
    34 on at

    This is nice, but jeez how complicated can making a tutorial image visible be?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    If anyone hasn't figured out how to get past the last screen use this code "

    If(_guideStep = Last(TutorialNavigator1.AllItems).Step, Navigate(Home),Set(_guideStep, Last(TutorialNavigator1.AllItems).Step))" assuming your first screen is "Home".
  • john4 Profile Picture
    23 on at

    I'm trying to use your code and I've substituted my home screen name, but no luck. Where are you inserting the code?

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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#2
11manish Profile Picture

11manish 192

#3
Valantis Profile Picture

Valantis 128

Last 30 days Overall leaderboard