Hi,
I am trying to implement a reset password functionality in my Sample canvas app for which I am using SharePoint list as data source. In the SharePoint list there are two columns named: title(username) and password. I have created a button on the login screen named Reset button which navigates to Forgot password screen, in which I have used a Edit form with datasource: Sharepoint List (Login List), so I want to change password for the records (w.r.t username: it should be used a reference to change password) that are present in the list not any random record.
So I referred one of the questions on Community: Update Password using SharePoint list (Link: https://powerusers.microsoft.com/t5/Building-Power-Apps/Update-Password-using-SharePoint-list/m-p/680021/highlight/false#M217303) ;
But I was facing one issue that on the screen it displayed 'No Items to display'. So I have replied on the above answer. I am attaching some screenshots of my app for your reference, please let me know if it is correct and how to achieve the change password functionality.
Login Screen:

Login list:

Forgot Password page:

For Title and Password field, Default value set to empty: (Unlocked the data card)

Submit button:

(Expected Outcome:
1. User clicks on Reset Password button
2. On Forgot password page enters the username and password (the username should be used for comparing if that record exists, if it does then only the change the password field and update the password field column for that record)
3. After user clicks Submit display message: Password changed (optional) and then navigated to login screen.
)