Hello. I built a registration and login form in UiPath apps, and I need to take and check the data provided by the user against an entity database. However, after clicking on the Login button, nothing happens though the email and password both match the ones in the database. Not sure what’s wrong in the formula. Please check the screenshot below. I have binded both fields with the app variables called Email Address and Password.
But why do I need to search by ID? Why can’t I simply search by the email of the user since its only going to be one for each user? And can you supply an example of how this can be written by ID so I can try to see if that’ll work?