Postgres GUI Mode Bulk Insert not returning *

,

Hey all,

After testing on multiple queries, I'm finding that the Bulk Insert 'GUI Mode' queries are not returning *, which provides the data from the inserted rows.

Is there a way to turn this on or am I missing something? Other Postgres queries created in the GUI Mode return values (Bulk Update, ect).

Thanks for any help.

Hi @MarkFrontline, you can always add a Success event handler and reference data from the "changeSetArray" or "changeSetObject".