Hi All,
I am new to PowerApps and I cannot figure out how to save a collection back to the Excel sheet. So far have build an app and OnStart a load a collection. That collection is used in a gallery, a detail form and an edit form. In this way a user can modify several records rather quick because the SubmitForm writes to the collection.
But once done the whole collection, or at least the modified records, must be written to the original data source. In my case that is an Excel sheet. How can I do that? Unfortunate I cannot figure that out in the documentation.
BTW I tried to use the field "__PowerAppsId__" is the unique ID but that seems to be not possible. Is it somehow possible to read this number or is it something that PowerApps uses behind the screens?