Hello all,
I am using a form and inside form there is a data grid. Inside data grid i have two number text field where user is supposed to enter input. I have two issues:
I want to only show the “Add another” button in data grid only if Input A is less than input B.
And if user enter Input B bigger than input A it should display an error below Input B box.
Since here min and max value is dynamic, Can someone help me with applying logic or JavaScript Code?
Hello @Palaniyappan I have tried it. Its seems this doesnt work inside data grid in UiPath form. Because logics is working good when it is outside data grid.