I have a datatable with 5 columns,
which with the same formula in "OnSelect" event, like below :
Concurrent(
Reset(Radio1),
Reset(TextInput1);
)
And first 2 columns just work fine, but left 3 is not working,
seems like OnSelect event is not trigger at all.

