Forum Discussion

dtietze's avatar
dtietze
Copper Contributor
Mar 19, 2021

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-powershell, but that seems more related to creating apps, and that's not my goal. I've also looked into https://docs.microsoft.com/en-us/powerapps/developer/data-platform/xrm-tooling/use-powershell-cmdlets-xrm-tooling-connect, but I can't find any way to manipulate the data through that once I'm connected. Does anyone have advice?

2 Replies

  • MerlinFTW's avatar
    MerlinFTW
    Copper 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
  • MerlinFTW's avatar
    MerlinFTW
    Copper Contributor

    dtietze 

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

     

    I didn't try it yet