I am looking for a way to support multiple users with their own data sets - with unique columns. ie if the app is for storing contact information, user A might only have 7 columns that he’s interested in (first name, last name, address, city, state, zip, phone) while user B might track different details and have the following 6 columns (Name, phone, age, height, birthday, last visited). So each user would have to configure the app to point to their own unique data. Then, naturally, then the UI would have to reflect the user’s unique data.
So far I have seen anything that would indicate that this is possible with Appsheets - hopefully that’s not the case.