So clearing the data is fine, I understand that now.
What I'm still stuck in my understanding is if, let's say I have a SharePoint list called "SP1" which contains say 2 columns "First Name" and "Last Name". I have a PowerApps project open with a blank canvas containing a single button.
If on the OnSelect property of the button I insert
Collect(NewCollection,SP1)
and then go to Collections, I can see the NewCollection as this is the only collection I have, I see there are no records and the field names are not what I have in my SharePoint list and there a lot of field names.