What I’m trying to do:
Populate repeating_panel from Google Sheet
What I’ve tried and what’s not working:
self.repeating_panel_1.items = db[“my_sheet”].rows
Code Sample:
db = app_files.my_sheet
self.repeating_panel_1 = db["my_sheet"].rows
rows looks like :
<Google WorkSheet Row: { 'key': 'value', 'key2': 'value2', 'key3': 'value3' }>
Clone link:
share a copy of your app