If I have google WorksheetA and WorksheetB with my AppA built off WorksheetA, but I want to add a read-only TableB1 for AppA from WorksheetB, which has 8 tables in total. Is it best to just add TableB1 as read-only and ignore (in AppA) the other 7 tables in WorksheetB or add all WorksheetB tables as read-only.
Is the answer the same for where TableB1 needs to be added to AppA as a dynamic table?
I’m just starting out on exploring cross-worksheet, cross-app links.
Thx @Steve That all makes sense. I knew Appsheet had to read the entire workbook, so wondered whether specifically telling Appsheet that the unused 7 tables were read-only was a good idea, rather than letting Appsheet do something else that I didn’t know about.