I have been looking into multiple task focused apps that access the same data, as opposed to one HUGE app with all the same features. The benefit of the multiple apps is faster load and sync times since it would theoretically be dealing with a limited dataset. The negative side of this is, if by chance i update the schema of a data source, i have to remember how many apps may be touching the data source.
Does appsheet have some semblance of application linking so that apps that share a common data source can have their table structure regenerated at the same time?