Hi,
We are trying to use the Datatable component to allow editing some columns inline and then use an Integration procedure/Data Raptor to calculate and display the result in some other column on the same Datatable. We are listening to the Datatable "update" event for changes (see 1st screenshot) and then calling the Integration Procedure but for some reason it seems the event is fired multiple times, specifically looking at the Action Debugger the Update Datasource event is fired four times (see 2nd screenshot) causing our Datatable to refresh the UI multiple times. Is this a bug or are we using the Datatable in a way that is unsupported or incorrect way?
Thanks.