Forum Discussion
davedres
Dec 12, 2024Brass Contributor
Planner Connector for Copilot
I added the planner connector for Copilot to be able to query my plans from BizChat. The connector shows it is installed in my Copilot alongside the Web Content connector. However, any prompts to Cop...
Hall
Jun 05, 2025Iron Contributor
Two methods can be used
Method 1. Enable the Planner connector:
Login to Power Automate → Create new stream → Add “Planner” as data source
Method 2. Manually associate Copilot:
powershell
# Administrator Run:
Add-PowerAppsAccount -Endpoint “usgov” # Adjust to region
New-Flow -Name “Copilot_Planner” -Definition (Get-Content -Path “C:\flow.json” -Raw)