Save Changes Not Working with New Table

I am having difficulty saving changes from the New Table.

I have a proper Primary Key with Autoincrement but it says "This is not an array".

I am attaching screens showing the data table and the error message.

Some of the primary key rows are missing because of deletions.

Mike

PrintScreen05

Hi @mdsmith1,

Can you check the state of table2 to confirm the value of table2.changesetArray? It also looks like you might have a semicolon ; at the end of your Array of records to update. That might be throwing it off.

Mike CB:

OK, thanks very much.

Mike