Hi,
We have planned to to shift our projects from on-prem hosting to PowerApps(SPO lists as datasource).
How can we move all data from local SQL databases to SPO lists?

Hi,
We have planned to to shift our projects from on-prem hosting to PowerApps(SPO lists as datasource).
How can we move all data from local SQL databases to SPO lists?
Hi @Anonymous
Microsoft Power Automate supports on-premise data connections.
https://docs.microsoft.com/en-us/power-automate/gateway-reference
Once installed and configured the connection you can access your on-premise SQL server using action step Get Rows (SQL) for retrieving the records.
]
To create the records in SharePoint list use Crate Item action step.
Thanks