I’m curious if it is possible to copy/clone database collections into an existing app. For instance, I built a company directory App and would now like to add in chat functionality. When I create a new chat app, I can copy and paste the screens into the directory app but the database collection(s) don’t follow.
Ultimately, I have an idea to build out individual “modules” (basically apps) that customers could then pick and choose what functionality they would like to have access to. This would require the ability to copy and paste both the screens and associated database collections into a single new app.