how to login page by using existing data in excel.
ID and password text input link with excel data to login and navigate to next page
refer pic below....
rgd
azzamkaz
Solved! Go to Solution.
Is your Datasource name "User"?
I am not sure but it might be clashing with the exsiting User() function. Try changng the name to something else.
And also as you are using a form, you need to use the datacardvalue inputs in your code -
Filter(UserLoginCredentials, Staff_Id = Datacardvalue1.Text, Password = Datacardvalue2.Text)
Hope this works!
Vivek Bavishi aka That API Guy
PowerApps and Flow MVP
Blog | Twitter | YouTube | Community Profile | GitHub
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is your Datasource name "User"?
I am not sure but it might be clashing with the exsiting User() function. Try changng the name to something else.
And also as you are using a form, you need to use the datacardvalue inputs in your code -
Filter(UserLoginCredentials, Staff_Id = Datacardvalue1.Text, Password = Datacardvalue2.Text)
Hope this works!
Vivek Bavishi aka That API Guy
PowerApps and Flow MVP
Blog | Twitter | YouTube | Community Profile | GitHub
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
164 | |
90 | |
73 | |
64 | |
57 |
User | Count |
---|---|
214 | |
153 | |
96 | |
88 | |
66 |