Clear input fields on button click (input fields in datagrid)

Since you are using a custom cell you don’t have the input auto-managed by the datagrid. You need to control it with a variable and workflow like this example or this other example.
Once the input is correctly bound you can clear the corresponding value (set is to null) in the variable and the input will be cleared.

1 Like