AAD Archives - Microsoft Power Platform Blog Innovate with Business Apps Wed, 22 Jan 2025 00:09:41 +0000 en-US hourly 1 SQL Server environment variables available for Power Apps http://approjects.co.za/?big=en-us/power-platform/blog/power-apps/sql-server-environment-variables-available-for-power-apps/ http://approjects.co.za/?big=en-us/power-platform/blog/power-apps/sql-server-environment-variables-available-for-power-apps/#respond Wed, 22 Jan 2025 00:09:39 +0000 We are excited to announce that SQL Server environment variables (Entra) for Power Apps support is currently rolling out and will be in Preview regions by Jan 22 and in all regions – including sovereign – by Feb 3. SQL Server environment variables (Entra) for Power Apps will save you time moving your solutions from

The post SQL Server environment variables available for Power Apps appeared first on Microsoft Power Platform Blog.

]]>
We are excited to announce that SQL Server environment variables (Entra) for Power Apps support is currently rolling out and will be in Preview regions by Jan 22 and in all regions – including sovereign – by Feb 3.

SQL Server environment variables (Entra) for Power Apps will save you time moving your solutions from one environment to another. For example, from an environment used for dev or test to a different environment used for test or production. Manually create environment variables in your solution or set a switch in your app to auto-create them for you when you add a data source to your app while in your solution. Note that this feature is specifically for Entra. Power Apps with shared connections (e.g., SQL Auth) continue with connection references.

There are two environment variables to set for SQL connections: server and database. The database environment variable depends on the server environment variable. First you create an environment variable for your server. Once that is created you can create an environment variable for the database that attaches to the server environment variable.

A screenshot of a computer
A screenshot of a computer

Use an environment variable by selecting to create data source and instead of creating a new server database combo, use the ‘Advanced’ tab to select the environment variable to bind to the controls in your app.

A screenshot of a computer

Use SQL Server environment variables (Entra) to easily enable professional deployment patterns. See the documentation for this feature for an in-depth discussion: Use environment variables in Power Platform solutions – Power Apps | Microsoft Learn

The post SQL Server environment variables available for Power Apps appeared first on Microsoft Power Platform Blog.

]]>
http://approjects.co.za/?big=en-us/power-platform/blog/power-apps/sql-server-environment-variables-available-for-power-apps/feed/ 0
Announcing the AAD User Virtual Table – Find and add any AAD user to your records. http://approjects.co.za/?big=en-us/power-platform/blog/power-apps/announcing-the-aad-user-virtual-table-find-and-add-any-aad-user-to-your-records/ Thu, 21 Apr 2022 14:00:00 +0000 I am happy to announce a new Out of the Box virtual table for Dataverse, AAD User. AAD User makes it easy to retrieve any user that is in your organization's Azure Active Directory as well as user details like job title, email, phone number and more.

The post Announcing the AAD User Virtual Table – Find and add any AAD user to your records. appeared first on Microsoft Power Platform Blog.

]]>
We are happy to announce support for an Azure Active Directory – AAD  User virtual table for Dataverse. The AAD User table makes it easy to retrieve any user in your organization’s Azure Active Directory – not just users who have a Dataverse license assigned to them.  You can also retrieve details like job title, email, phone number and more.

The new AAD user table is available automatically with no additional configuration required.

AAD User is different from the User table in Dataverse. The User table only displays users who have a Dataverse license assigned to them. AAD User will show anyone in the AAD User address book.  Note that the AAD User table is read only.

Here is a brief video about the new table, also information is available below.

The AAD User virtual table can be found in your Tables view by selecting “All”.

The table itself includes many valuable columns of information about each user.

AAD User can be used as a Lookup column in an existing table, which will immediately provide a list of all AAD Users.


Screenshot of a Power App displaying the AAD User Dropdown Contents

With some additional formulas you can also use the selected dropdown value to populate additional information from the AAD User table into your forms

A screenshot showing how to build a formula to populate a text field with a job title based on the selection of a user in the AAD User lookup.

For example, the AAD User Lookup dropdown is DataCardValue5.  In the text field named Job Title the Default value is formula:

DataCardValue5.selected.’Job Title’

When the app is run, selecting a user from the dropdown will automatically retrieve the job title from the AAD User table and insert it into the text field.

Screenshot of a Power App displaying a populated Job Title value that was retrieved using a formula on the job title field.
Note: At this time, AAD User will not retrieve groups or provide expanded information such as manager. These are potential future enhancements to the table.

Important: AAD User is not currently available for Automate. This is planned for a future release.

API information for the AAD User table can be found here.

The post Announcing the AAD User Virtual Table – Find and add any AAD user to your records. appeared first on Microsoft Power Platform Blog.

]]>