Compare data entered by the user

Hello, I hope you can help me please. I need to compare a numerical data entered by the user. The data to be compared is found in a personal data table. If the data matches, a button must be shown to add data to another table. Thank you very much.

I would think you just have two buttons, one that throws and error but who’s visibility is such that the information doesn’t match and then another button who’s visibility condition is that the information does match which adds the row.

Unless I misunderstood the request that is.

1 Like

Thank you for your answer, it is correct, only that instead of being two buttons, it is one that is displayed when the condition is correct, for example the user writes a password and if it is correct, the button is displayed

Andrew’s method should work, but if you’re trying to do some sort of a password, then I don’t think that’s a secure way to prevent information from being leaked.

1 Like