Skip to main content

Notifications

Community site session details

Community site session details

Session Id : ig+syZlef1RTull1JFVqC9
Power Apps - Building Power Apps
Answered

Create User Guide for Canvas App

Like (0) ShareShare
ReportReport
Posted on 11 Apr 2020 05:03:49 by 292

I have a canvas app and would like to create a help/ user guide for it. I am looking to create a similar experience like the custom help panes and guided tasks in the model driven apps. Any ideas?

Categories:
  • karimabdelrazek Profile Picture
    292 on 13 Apr 2020 at 02:49:51
    Re: Create User Guide for Canvas App

    @v-xida-msft . Excellent idea. Thank you!

  • Verified answer
    v-xida-msft Profile Picture
    on 13 Apr 2020 at 02:05:33
    Re: Create User Guide for Canvas App

    Hi @karimabdelrazek ,

    Do you want to create a "custom help panel and guided tasks" within your canvas app like that in your Model-Driven app?

     

    If you want to create a "custom help panel and guided tasks" within your canvas app like that in your Model-Driven app, I afraid that there is no way to achieve your needs in PowerApps currently.

     

    Currently, the "custom help panel and guided tasks" functionality is not supported in PowerApps Canvas app, if you would like this feature to be added, please submit an idea to PowerApps Ideas Forum:

    https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas

     

    As an alternative solution, you could consider create a custom component based on these standard controls (e.g. TextInput, Html Text control, Image, ....) in canvas app. Then in your canvas app, insert this custom component. And add a icon or button in your canvas app screen to control the visible or invisible of the component.

    Set the OnSelect property of the button or icon (named it as "Help") to following:

    UpdateContext({IsShow: !IsShow})

    Set the Visible property of the custom component to following:

    If(
     IsShow,
     true,
     false
    )

     

    Best regards,

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,668 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard
Loading started