I think the issue is that when you Add to a different table you are āmovingā off of the current table and the pointer is lost. So you should first do the Set Columns for the actual currently active table, then do the add row.
I think the issue is that when you Add to a different table you are āmovingā off of the current table and the pointer is lost. So you should first do the Set Columns for the actual currently active table, then do the add row.