Editing values in collection details screen

Hi,

I'm trying to create a very simple mobile app consisting of just a master > detail view based on a Google sheet. Connecting the sheet and displaying the data was pretty straightforward, but I can't figure out how to make certain data on the detail screen editable.

I want to display a select option that when used updates the info in the Google sheet.


Figured it out myself. Jotting the solution down for others who might have the same question.

So the collectionView element is like it says a 'view' and nothing else (that wasn't clear to me at first). You need to ditch it and replace it with form elements (in a container or not), which you can then link to an update-query on the Google sheet. Take note of how the collectionView variable is structured and use the same notation for your detailscreen's form elements.

1 Like