OfficeDev/microsoft-teams-apps-requestateam

Request-A-Team app NOT working

Opened this issue · 13 comments

Installed App successfully,
when try to access getting this error message
image

Can you please assist?

We are getting exact same error after successfully Installation and configuration. Not sure where it is disconnecting.

image

Quick update: This error suddenly disappeared now. Though, we don't see any teams nor associated site getting provisioned. I am not entirely sure how this error disappeared

Hi Team, I have tested and still getting same error message, Please investigate and assist with resolving this error

image

I am getting list not found in logic App workflow

Update:
I was able to resolve this error. The solution was to remove the List GUID instead of the List name in the Logic App. After that it provisioned both Sharepoint site and the Team

I deployed this App in Production and am getting following error:

image

Hi, I faced this error a little while ago. Trying to rack my brain on how I fixed it -- can you check your connectors in your powerapp please? I don't have it installed currently to provide a custom screenshot, but do this step of the deployment guide again. For me even though I did this step and it showed that it connected to my sharepoint site in the data sources view on the left, when I hovered over them I saw it was still connected to the template website from the owner. Re-add them and see if that works. Will try to think of the other fixes I did as well which may have been related to it
image

I was able to fix this error. You will need to make sure to add correct Group ID as per the deployment guide. Save and Publish this change. Unless you perform the last step your new Group ID won't take effect

As others have said above, you need to edit the OnStart event of the app object and update the ID in that code with an ID of a group in your tenant where your admin users will reside.

We are planning on making some improvements to the documentation to make this process easier to understand.

@SammiRasha FYI

Hello All,
I updated the GroupID in the Onstart event and saved it:
image

However, when I launch the app I still get the error where it is pointing to the wrong GroupID, what could be causing this?
image

@alexc-MSFT: Do you have an idea what could be causing this, even after updating the GroupID?

@theyssef did you republish the app?

@theyssef did you republish the app?

Hi Noman0013,
Thanks for the hint, that was indeed it.

I published the app using the following guidance: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/save-publish-app ; and now the error is gone

I had the same error, did you import and configure the power app with the service user? If not delete PowerApps and Flows and go through the instructions with the service user in the PowerApp and Flow section.