OfficeDev / microsoft-teams-apps-call-queue-scheduler

Microsoft Teams Call Queue Manager app template
https://github.com/OfficeDev/microsoft-teams-apps-call-queue-scheduler/wiki
MIT License
15 stars 4 forks source link

"MS Teams Call Queues" list blank in app #9

Open MRXdadood opened 7 months ago

MRXdadood commented 7 months ago

Finally got everything installed and deployed. The Test Call Queue from step 16 in the Deployment guide was successful and listed all my call queues. However, when running the App in PowerApps, none of my call queues are listed. Users can be searched. Any suggestions?

image
svarukala commented 7 months ago

@MRXdadood can you run the App OnStart formulas and check if the collections are populated? Also, I have a few tshooting steps in this page, please check if any of those will help: https://github.com/OfficeDev/microsoft-teams-apps-call-queue-scheduler/wiki/4.-FAQ

First ensure the call is going to the azure function. You can check this by live streaming the logs for your azure function app. See the "Troubleshoot azure function" section in the above link.

40Ry commented 5 months ago

Hello, I'm also having this same issue. I've checked the OnStart formula and the collections are not populated.

Looking at the GetCallQueues function i'm getting a "ERROR: Response status code does not indicate success: 403 (Forbidden)." error. Let me know if you need more details.

svarukala commented 5 months ago

@40Ry https://github.com/OfficeDev/microsoft-teams-apps-call-queue-scheduler/wiki/4.-FAQ

First ensure the call is going to the azure function. You can check this by live streaming the logs for your azure function app. See the "Troubleshoot azure function" section in the above link.