I used Database update node to append the new added row, however, it always failed. It seems that the new added row cannot be update. the update node and result as below:
I think Database Update node only updates existing rows so you can not use it in this case. What you need to use is Database Writer node to whom you need to provide only rows you do not have in you database.