I am working on UiPath forms where the requirement is to click on a form and it should delete every data from the forms (Data grid & textboxes). I cannot use reset button here because I need to perform some activity first by clicking on the same button and then same button should reset the whole form data.
I am extracting some values from a web application and filling inside form component.
For Example : There are two text fields which are filled when the user clicks on “Extract data” button. There is a data grid as well in this form which gets populated by some other buttons.
The requirement is when the user again click on “Submit” button it should clear the whole form data . (It is not clearing the data grid ).
From this can we assume that it is clearing the text fields but not the Data Grid ? Also, What was done for Clearing the Text fields ? Was there a separate logic introduced for that ?
However I tried this earlier , It is clearing the rows but when we are trying to perform any other operations in the form its not working after clearing the form. Because the data table value has Nothing.