Forum Discussion
Walt1010
1 year agoHelper V
Adding a row- Getting a Cyclic Reference
I need to split a row of my main table/file into 2, so I did a reference copy, in the 2nd file I filtered down to the specific row, and then tried to append it to the original file. Unfortaunately Po...
danextian
1 year agoSuper User
Hi Walt1010
That is expected as your second table references the first table but you still want to append the result of the second table which still references the first table. Instead, Reference your first table twice, disable it's loading, and then append the filtered table to the other referencing table.