Beginner needs help designing login logic

Hi - this is my first time designing an app, and my first time using this forum - I couldn’t find a category for simply asking how to do things! I’m trying to code a login page and link it to a data table of app members and I can’t get it to work or identify what I’ve done wrong. could someone take a look and let me know if I’m missing anything obvious. I’ve attached links to two screenshots.My Login Block Structure
My data table

Hi,

I made some changes as below -

For the count just check against the number of rows in the sheet.

Also, do the check for type immediately after the Founduser check, rather than doing another “If, then”.

Give it a try and let me know.

Steve

Thanks Steve

I tried it (replacing set OutPutLabel’s Text with Navigate to Portfolio etc since if it finds the right login details it should just take the user to the relevant page for their membership type).

Unfortunately nothing is happening still - it doesn’t navigate or display the error message. I might add an extra error label temporarily to check if it’s checking the data table at all - I feel it isn’t.

I made sure to enter my email address in lower case as I realise I’ve not added anything to tell it to ignore case.

Gavin.

why don’t you just remix the login template?

Further to this - I was using the mobile preview app, but when I tried it on the web preview feature on Thunkable it worked!

What does that mean? That I can’t rely on testing the app on my phone? Or that I’ve designed something that’s not mobile compatible?