I have an AppSheet app with multiple tables stored in a Google Sheet.
These tables are logically related: for example, I have a Customer,
Order, and OrderItems table. A customer can have many orders and an
order can have many items.I'm struggling wit...