Hi,
how i can check data enter by user for example if i had UI with login and password, how i can check the data enter by user ?
Thanks
Hi,
how i can check data enter by user for example if i had UI with login and password, how i can check the data enter by user ?
Thanks
Hi @hanan,
the data filled in a form by a user will be checked when the form is submitted thanks to the contract.
The example in the documentation How to control and validate form in the UI Designer explains pretty well how to do it.
HTH
Hi,
Actually i want to check data in my database, i use database SQL server.
Thanks