Forum Discussion
dtietze
Mar 19, 2021Copper Contributor
Access Data from PowerApps Common Data Service in PowerShell
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 | Microsoft Docs, but I can't find any way to manipulate the data through that once I'm connected. Does anyone have advice?
- MerlinFTWCopper Contributor
- MerlinFTWCopper ContributorI was able to access my Common Data Service data in PowerShell with this module : https://github.com/seanmcne/microsoft.xrm.data.powershell
Good luck