Another awesome “settings” trick from the author..thanks Mehdi
XRM Tricks (Power Platform & Dynamics CRM )
This blog will discuss new component added to Power Apps. It is about the “Settings” component. Indeed, this component allows adding a configuration layer for a model-driven application. This allows to easily activate or deactivate a feature for a model-driven app.
For more information on this component, I invite you to read this excellent blog from Power Apps team
Scenario:
Enable app makers to transform a classic model-driven app into a multi-session one using the settings components. You can check out the demo at the end of the blog before continuing reading.
Step 1: Create the Setting Definition
First, create a solution through make.preview.powerapps.com. Yes, we will implement everything on the preview version of PowerApps. Then, create a new setting definition. In my case I named it “Enable Multi-Session Feature” and applied the following values:

Step 2: Implement the logic
Let’s go back to the initial needs. The goal is…
View original post 271 more words
One thought on “Transform your Model-driven app to a multi-session app using settings solution component”