Hi everyone,
I was designing the Reset password functionality in Power apps. Usually we see there are 2 fields i.e. New Password and Confirm Password. So I wanted to implement the same logic in Power apps where user has to enter the same password in both the fields and if it is not matching then error message should be shown (without navigating to any other screen) else if both the fields contain the same password then only the Confirm password field must be set in the SharePoint list (as my SharePoint list has only 1 field which is password)
App users list: This list contains the list of members who can login to the application


So on Submit button how to check both the input text boxes before using the Patch function: How to patch the confirm password value only in the Share Point list.