hi app sheet developer community,
i built an app with a spreadsheet with two sheets, one mastersheet - which contains n (66) rows in one sheet and other child sheet which references the master sheet containing only has 6 rows ,
i made two views, one with master sheet and the other with 6 rows - both with table view type.
1)need a button in a view , when clicked would iterate , the current 6 rows and show me the next 6 rows
2)while the above 1)is done, of iterating to next six rows and displaying , I also would like to have a the old 6 entries marked as read/flagged by having a column in the master sheet in the spreadsheet with a column (name: flag) to switch from false to true(default) indicating that they are read, so that they disappear from the view in the master view.
Please suggest how can these two actions be performed. please share any template examples if you know of for reference would be really appreciated.