Hi Guys!I have a doubt, I need to fill out a form and save your information, but the save button will only be enabled after some input fields are filled in, I tried using an action within the input event, but I had no result.
Hello Fabiano ,
You can set up the enable property of button.
For example, if you want all fields to be filled and then only make button enable then refer the below expression:
If(Name <> "" and Country <> "" and State <> "" and Contact <> "", True, False)
Thank you this condition worked!
Hello fabiano ferreria,
Hope you are doing well.
You can refer this OML. You can try this example for enabled or visible property.
Regards,
Shubham