POWER AUTOMATE DESKTOP - DATABASE Pre-Requisites Power Automate Desktop Access to database Under the database action, we have only three sub actions, namely: Open SQL connection Execute SQL statement Close SQL connection Open SQL Connection The first step is to connect to the database. So, we will use the Open SQL connection action and provide a connection string to establish the connection (the connection string in the video is a sample). When the connection is successful, the connection details is stored in a variable during execution. Execute SQL statement This action can be used to execute SQL queries. Here, I am using select query and the result is stored in a variable of type datatable. Close SQL connection It is a best practice to always close the database connection once the required queries are executed. YAY! BONUS!😮 How to execute a stored procedure using database action? Stored Procedure without arguments Stored Procedure with arguments (Comma separated in...
New User - Azure AD
PRE-REQUISITE
If you are using your trial work-school account, you will have Administrator access to the Azure Portal.
But if you are not, please ask your administrator to add the user.
STEPS TO ADD NEW USER IN AZURE ACTIVE DIRECTORY
Step 1: Search for "Users" and select Users.
Step 2: Click "+ New User". You may give the details as you please.
I will be providing these details!
UserName: user1@<domainname>.com
Name: User 1
Usage Location: India
Click "Create".
Step 3: Once the user is created, I will assign the appropriate Licenses to the user.
Select the created user. Select Licenses from the side-menu and assign appropriate licenses to the user, so he/she is able to access the Power Platform and other office tools.
That was a quick one on how to add a new user in Azure AD.
Please leave a comment if you have any questions!
Comments
Post a Comment