Does anyone know how to execute Do Block when a user click any one of the Checkbox within Data grid on UiPath Forms.
I have a scenario to validate some rule when a user click on a check box within a datagrid.
For Example: The Datagrid contains 10 rows the first column of grid has a check box. if a user click on a checkbox at row 4, then I want to execute block of code for Row 4. any help is appreciated.
I am trying to do this now. The link below details how to do it. My only issue is that it seems to do it multiple times…don’t know if this is a bug in the forms activity or with the code you have to copy and paste!