Hello,
I have been creating a power app where I can select a form from a menu, where the OnSelect for each form takes you to a new screen with the form fields to fill out and submit to a SharePoint list.
Each SharePoint list uses it's own content type with approximately 60 fields for each.
In total, there are 10 forms to choose from which means there are 10 SharePoint data sources connected to the one app.
Whilst it takes a while to edit the App in edit mode (10-20 seconds), it doesn't appear long to open the App itself.
One of the requirements for this app is the ability to save forms down into a collection so that they can be used Offline using the Power Apps desktop app - do you see any issues with an app with so many forms and going offline?
I am assuming that one button wouldn't be able to sync all 10 lists for offline use? (or at least just syncing the data that relates to the user who created their previous items.
Due to the team who will be using this App, are fairly non-IT savy, it needs to be as easy as possible to use and hence why i've created just one app rather than 10.
There doesn't appear to be any best practices around this.