(SOLVED) DAT Class Save Method not functioning

When using the Save Method, the append parameter is not functioning, both with Append=False and Append=True.

It only saves once at first cook and then doesn’t update anymore.

Example attached.
on build 4400.
DAT_Class_Save_Bug.tox (830 Bytes)

you have an extra p in append in your example.

the problem with the datexec not executing is that the script statements need to be in a tableChange method definition. put a fresh Execute DAT down and you’ll see the list of methods defined.

hope this helps.

This helps. Thank you Selina.