Access Data from PowerApps Common Data Service in PowerShell

Copper Contributor

I'm trying to find a way to manipulate the data in a common data service table in PowerApps using PowerShell. I've looked into PowerShell support - Power Platform | Microsoft Docs, but that seems more related to creating apps, and that's not my goal. I've also looked into Use PowerShell cmdlets for XRM tooling to connect to Microsoft Dataverse (Dataverse) - Power Apps | ..., but I can't find any way to manipulate the data through that once I'm connected. Does anyone have advice?

2 Replies

@dtietze 

It should suit your needs : https://github.com/AymericM78/PowerDataOps

 

I didn't try it yet 

I was able to access my Common Data Service data in PowerShell with this module : https://github.com/seanmcne/microsoft.xrm.data.powershell
Good luck