Canvas App with individual Text Inputs & Dropdowns. NO galleries. All separate.
How do we use a Save button to update independent ( Text Input & Dropdown selections into Google Sheets table records.
Database Output = Google Sheet
House Dropdown = Used to select a table row
This is an example of a Text Input - Default: 'House DropDown'.Selected.Building_Type
I use a DropDown to determine which row in the Google Sheets table to work with.
Patch('Database Output',
First( Filter('Database Output',ID='House DropDown'.Selected.House_List) ),
{User_Company:'IP User Company PD'.Text,
User_First_Names:'IP User First Names PD'.Text,
User_Last_Names:'IP User Last Names PD'.Text,
User_Country: 'User Country PD'.Selected.CountryList})