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 https://docs.microsoft.com/en-us/power-platform/admin/powerapps-powershe...
MerlinFTW
Apr 20, 2021Copper Contributor
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
Good luck