Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Templated or Cloned Teams #400

Open
geekhostuk opened this issue Aug 1, 2023 · 2 comments
Open

Issues with Templated or Cloned Teams #400

geekhostuk opened this issue Aug 1, 2023 · 2 comments
Labels
bug Something isn't working 🔍 needs triage Issued needs triaging

Comments

@geekhostuk
Copy link

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

@geekhostuk geekhostuk added bug Something isn't working 🔍 needs triage Issued needs triaging labels Aug 1, 2023
@GitSneik
Copy link

GitSneik commented Jan 2, 2024

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

@GitSneik
Copy link

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"},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🔍 needs triage Issued needs triaging
Projects
None yet
Development

No branches or pull requests

2 participants