When using a Dataverse table, should I still use local collections?
I have a gallery which I want to patch items to and from and when using Dataverse directly, it is still a little slower than working on a local collection and then patching the gallery directly to the table in one go once editing has been completed.
What I don’t understand though is that when I first patch data to the collection shown in a gallery, to access the fields, I can use (for example) ThisItem.Start. However, when I patch the gallery to the Dataverse table and then reload this back into the collection for editing again in the same gallery, I have to use (for example) ThisItem.cr60e_start so it no longer shows in the gallery? How can I make sure the items are always shown whether directly from the collection first or after the collection has been patched to the Dataverse table and then back again to the collection? Do I need to use something like ThisItem.Start OR ThisItem.cr60e_start?
Many thanks.