Issue with copy table to table and append table to table
- 
					
					
					
					
 These blocks (I believe I’ve tested append to as well) take a table’s contents and put it in another table, but the issue is that it seems to sync stuff that is done to one table with the other, so if I copy table a to table b and set row 1 column hi of table a to “test” after copying, it sets row 1 column hi of table b to “test” as well, my guess is it’s some js variable cloning stuff going on (it doesn’t deep clone but soft clones so references are the same) 
- 
					
					
					
					
 When you say you “set row 1 column hi of table a to ‘test’”, which block did you use? Is it “replace item at row [] column []”? We can’t seem to reproduce this issue using that block.  
- 
					
					
					
					
 @info-creaticode I remember seeing something like it happen, I am going to try to reproduce it rq edit: It seems I am misremembering, either I’m not doing the exact steps or it was always like this but it seems to be doing it for columns, if i add a column to either table after using copy it adds to both of them 
- 
					
					
					
					
 We are able to reproduce the issue now. It will be fixed soon. Thank you. 
- 
					
					
					
					
 This issue has been fixed.