Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

User agreement screen

(0) ShareShare
ReportReport
Posted on by

Good Day All,

 

I have a simple application that uses user credentials. So, I need to add screen (Terms and Conditions for user). If user will agree for this, he will get access for other screens. 

How to hide the first (agreement) screen after first using for all users?

 

  • RandyHayes Profile Picture
    RandyHayes 76,287 on at
    Re: User agreement screen

    @Anonymous 

    You will need to record the information some place.  You didn't mention your DataSources, so I will assume a SharePoint list...

    in which case, I would recommend setting up another list - let's call it Agreements (to keep it simple, just use the Title column as-is).  Then when a user Agrees, patch record to the list with the user email address (User().Email)  (ex.  Patch(Agreements, Defaults(Agreements), {Title: User().Email})  )

    Then, for your Visible property of your agreement, set it to IsBlank(Lookup(Agreements, Title=User().Email).Title)

     

    That should give you a general working concept to start from.

    I hope it is helpful for you.

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,526

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,907

Leaderboard