I want to design more than 5 mobile Applications, but it took lots of time. So I want to set up all applications at one place, Is PowerApps suitable for it?
Asked
Active
Viewed 52 times
2 Answers
0
In PowerApps you can create multiple Apps, but each app is individual.
You can have in each App multiple pages/screens. You can show hide screens/pages based on what you want to show to whom.

AnkUser
- 5,421
- 2
- 9
- 25
0
I wish we could write code in simple JSON format, but the WYSIWG low-code format necessitates applying little bits of code to all sorts of places in the app. See "Where's the Code?".
You could technically create all common sections of the apps in a Component Library then create each PowerApp separately using the components, customizing per the app specs as needed. Then package the apps as a Solution so they reside under version control, etc.
But at this point...its easier for me to:
- Create a DEV/PROD Env's (if you don't have them already)
- Create a few simple components (header, footer, etc.)
- Use these components to "outline" the app
- Customize each app with data sources, collections, Galleries, etc.
- Test
- Then export from DEV env, import to PROD env
- Make simple (yet CRITICAL!) config changes
- Rinse and repeat
Disclaimer:
- 4yr PowerApps dev
- Canvas Apps only
- DataVerse averse

SeaDude
- 3,725
- 6
- 31
- 68