Refresh a table data after trigger

Hi @Johan,
you can add an event handler on the insert query success

image

By doing this, the table is automatically refreshing on successfully insert.

1 Like