Hi @Antonio147
Apologies, I am not following, this is a guess on my part, but it sounds like you want a Collection or new data only? Since you only want the column Names.
Are you ever going to write your collection of data back to the List?
I would honestly say, if you are truly never going to use the list, which is how it sounds. just create your Collection list this.
ClearCollect(MyCollection,
{
Column1: "MyTextValue",
Column2: MyNumberValue, (0,1, 3434, whatever)
Column3: MyBooleanValue (true/false/yes/no)
}
)
Then do
Clear(MyCollection);
This will have initialized it, and cleared it so you can put nothing but clean data in.
If you like my answer, I would really appreciate if you please Mark it as Resolved, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey