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 / Show intro Screen to o...
Power Apps
Answered

Show intro Screen to only new users

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

I have created an app and incorporated the pre-created intro screen to my app with pictures. I was wondering if there is a formula for OnVisible to only show this screen to new users and never again. If you have a solution to this problem please let me know.

 

Thanks,

Ryan 

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous 

    Here's some instructions on how to do that:

    1.  Create a new Sharepoint List called AppUsers.  This table should have a column called UserEmail.

    2.  Open PowerApps and connect to your new AppUsers table.

    3.  Put the following code in your App OnStart property.  If the current User() email is not found in the AppUsers SP List your app will navigate to the 1st time introduction screen and then add the User() email to the AppUsers SP List.

     

    If(
     IsBlank(LookUp(AppUsers,UserEmail = User().Email)),
     Navigate(your_first_time_app_screen,None),
     Patch(AppUsers,Defaults(AppUsers),{UserEmail: User().Email})
    );

     

    Let me know if you have any questions

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi mdevaney, 

     

    I set up a Sharepoint List and tried using this formula and it still would bring to the intro screen. Is there a piece I am missing or another formula that I could test out? 

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard