OfficeDev / microsoft-teams-apps-requestateam

Power Platform based solution that allows users to request teams and automates team creation. NO LONGER MAINTAINED. Please use 'Provision Assist' - https://github.com/pnp/provision-assist-m365/ instead.
MIT License
235 stars 66 forks source link

Request-A-Team app NOT working #341

Open MandyS83 opened 2 years ago

MandyS83 commented 2 years ago

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

Can you please assist?

sneranacdw commented 2 years ago

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

image

sneranacdw commented 2 years ago

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

MandyS83 commented 2 years ago

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

image

sneranacdw commented 2 years ago

I am getting list not found in logic App workflow

sneranacdw commented 2 years ago

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

sneranacdw commented 2 years ago

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

image

SammyRasha commented 2 years ago

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

sneranacdw commented 2 years ago

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

alexc-MSFT commented 2 years ago

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

theyssef commented 2 years ago

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?

NoMan0013 commented 2 years ago

@theyssef did you republish the app?

theyssef commented 2 years ago

@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

7gizmo commented 2 years ago

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.