Hello team, I created a login screen with a combo box (branch) and text input(pin). The data source is a SQL db that has two columns branch_name and pin.

And I'm getting an error that I could not figure it out. The erros is: Incompatible types for comparison: These typer can't be compared: Text,Error. Name isn't valid. Text isn't recognized.

Any help?