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 / Mismatch row and data ...
Power Apps
Answered

Mismatch row and data (Azure SQL)

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi everyone,

 

Kindly help me for solving my problems about login form. I made a login form that have been connected to my Azure SQL server. These are my problems:

1. Recently, I can login using different username & password from another row. I tried to login using different name and password (ex. username : Christen, pass : itadmin), it is successfully navigate to success screen. This is not what I expected.
2. Case insensitive, which is not what I expected. I want this form can validate that if the inputted text is not match with the row, then I cannot login or proceed to success screen. (ex. username : itadmin, pass : Itadmin)

Database :

Dede_0-1595703850441.png

Login Button :

If (!IsBlank
(Filter('[dbo].[admin]',
username = Uname_SuperAdmin.Text And Password = Pass_SuperAdmin.Text And is_super_admin=1).username),
Navigate(SuperAdmin),
UpdateContext({ShowForgetMessage:true}))

Categories:
  • Verified answer
    eka24 Profile Picture
    20,925 on at

     

    Similar answered Post here;

    https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-compare-case-sensitive-passwords-in-Power-Apps/m-p/556688

     

    If (!IsBlank
    (LookUp('[dbo].[admin]',
    username exactin Uname_SuperAdmin.Text And Password exactin Pass_SuperAdmin.Text And is_super_admin=1)),
    Navigate(SuperAdmin),
    UpdateContext({ShowForgetMessage:true}))

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

    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.

     

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
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard