Subtable update attempts to insert columns not selected

Wappler Version : 5.1.1
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

When performing a Database Update action that includes a subtable, the insert of subtable records should only include columns selected.

Actual behavior

All columns of the subtable are inserted

How to reproduce

With the following update query, where only certain columns are selected:

The following error is generated, which shows that ALL the columns are in the insert sql:

None of the “prefilled” columns are selected, but all are included in the insert.

@Teodor anything else needed here to investigate?

The data send to the server, did it include the prefilled data?

It probably did, yes.