Forum Discussion
EiC4733
Jun 03, 2025Brass Contributor
Connected Sharepoint to a Postgree database
Hello, I would like some help in connecting a PostGree database to SharePoint. I would like to be able to use the data contained in this database in lists. I should point out that I have no particul...
pratikdarak21
Jun 11, 2025Iron Contributor
There is no direct way in SharePoint Online to connect PostGree database. Either you have to write some some kind of Utility in PowerShell / Power Automate to consume the data which can call custom API. Through PowerShell / Power Automate data can be written to SharePoint List. This custom API can be built on .NET or any other programming language.