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 / Offline password database
Power Apps
Answered

Offline password database

(0) ShareShare
ReportReport
Posted on by 266

Hi,

I would like to make an app that is working offline too.

Currently, I have a standard login and password functionality with all passwords (and password creation functionality) stored in Excel --> One Drive.  The user types his login/password and the app checks if it is correct in Excel.

What would you suggest as a database (if anything) so the application can work offline and does not need to use an excel file it can't connect to anyway? Can I do something like, for example, storing this database internally in users' devices and just update it when people are online?

tl.dr. - I need offline password verification which can be updated by users by creating new logins/passwords when they are online and still verify the correctness of the passwords when they are offline.

Thank you for your time!

Categories:
  • eka24 Profile Picture
    20,925 on at

    If you are already having a login code, that can be modified to enable users login offine. Can you display the existing code?

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • pal95 Profile Picture
    266 on at

    Hi,

    Thank you for your reply. Here is my code:

     

    If(
     IsBlank(
     LookUp(
     UsersTable,
     Username = TextInput2.Text && Password = TextInput3.Text
     )
     ),
     Set(errorMessage, "Wrong account name or password") & Reset(TextInput3),
    
     Set(errorMessage,""); Navigate(FacilitySelect, ScreenTransition.Fade, {ValName: TextInput2.Text}) & Reset(TextInput3) & Reset(TextInput2)
    
    )

     

     
    Screens of the app attached too. I would like to keep the functionality of registering new users, if possible.

    Thank you,

    pass.PNG
    App.PNG
  • Verified answer
    eka24 Profile Picture
    20,925 on at

    If you want to add new entries while offline, watch:

    https://youtu.be/aIwbcCag9B4?t=13

     

  • pal95 Profile Picture
    266 on at

    Thank you, will watch soon and if it is the solution, I will mark it

  • eka24 Profile Picture
    20,925 on at

    That is fine

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard