OfficeDev/microsoft-teams-apps-requestateam

Issues with Templated or Cloned Teams

Opened this issue · 2 comments

Description

Hi, Got the app working for build from scratch, but the templated part doesn't work.

I can see when i select the template, it updated the SP list with the name of the template, but on the next screen when selecting visibility it overwrites these to Standard for both ID and Template name.

Once the team built it has used the standard template not the one selected within the powerapp.

Is there some extra config i need to make to get the templates to work?
Thanks in advance for any help :)

Steps to reproduce

1.Create templated site
2.select private visibility
3.enter require team info

Expected results

Expected result was a Team built from the selected template

Actual Results

team built as standard

Solution component

Power App

Operating system (environment)

Windows

Additional Info

No response

Hi
Did you get this figured out? Stumbled upon the same error when upgrading to version 2.0.1 - from a working V1 app.
EDIT:
Notice that - even that information sent to Teams Request list indeed has the correct Template Id added, but when I choose Privacy Settings -the Template Id list item is cleared out.
Will investigate from there

fixed this

In TreeView - choose Privacy Screen - ContFooterPS - btnNextPS
The it sets TemplateID and TemplateName to standard.

Comment out these lines:

      //  {'Template Id': "standard"},
     //   {'Template Title': "Standard"},