I am trying to add some columns to a collection using the AddColumns function. The second argument - Column Name - returns the error: "Column name already exists".
It has started happening recently. Previously the same code was working fine.
Here is the syntax:
Clearcollect(col_bills, AddColumns(Gallery.AllItems,"NewColumn", "TestVal"))