Why is this broken?
ClearCollect(NextDataItems,RenameColumns(FirstN(Filter(temporary_assign_wo,Updated<>2 And !IsBlank(_SNValve) ),Value(TextInput6.Text)),"SN_List","SN_List_Del"));
AddColumns(NextDataItems,"SN_List","d")

This works fine if I give the new column a different name.
I initially used DropColumns() but it resulted in the same issue. Renaming it out of the way doesnt work either.