Hi everyone,
I'm trying to add an admin login for an app I'm building and I can't figure out the coding error I keep getting.
The code is here:
If(passwordfield.text = "sampletext", Navigate(adminsettings), Navigate('admin login',Reset(passwordfield))
The error I'm getting is: "Incompatible types for comparison. These types can't be compared: Error, Text."
Please help!!
Thank you