Send Data to On-Premises SQL Database From SharePoint List
Recently we were looking into the On-Premises gateway for Power Apps of Office 365 account functionality. To send data to on-premise SQL database is quite a bit problem when it comes to move data from Sharepoint Apps like Flow, Powerapps, data gateways and connect to SQL Server database. But don’t worry today we would go beyond all problems
We will see here all these issues:
- Setup Process of On-Premises gateway.
- Creation of New On-Premise Gateway Connection.
- Setting up a Flow to Send Data to the On-Premises Database.
Setup the On-Premises Gateway
We will not include the detailed step to setup the On-Premise gateway. Here we would be making up with simple steps to setup the Gateway
- Download the PowerApps Installer from the site – https://powerapps.microsoft.com/en-us/downloads/
- Install the On-Premises gateway
- Key in the Name and the Recovery key
- Complete the setup
- Check the Status of the gateway after restarting the service either using the UI or using the command
“net start / stop PBIEgwService“.
The detailed process you can get here in this segment.
Create New On-Premises Gateway Connection
Once the on-premises gateway is setup with the right account, go to the powerapps application and it will display the gateway created on the previous step.
- Create a new connection from the Connection tab
- Click “New connection”
- Select the “SQL Server” connection
- Select “On-Premises data gateway” and enter the database details.
- Enter the Username and Password required to connect to the database and the Gateway.
- Complete the setup and the connection is displayed as below.
Setting Up Flow to Send Data to On-Premises Database
- Create a Flow on your tenant to with a trigger on Item created and action with the SQL connector.
- Setup the action as to insert a new row.
- Configure to store the title of the list item created and selecting the table.
- Right, the gateway, connection and flow setup is completed. Now let’s create a new list item on the configured list.
Result
- Create a new list item on the color calendar list.
- The data is synced to the onpremises database using the above configured flow.