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

Update Power App to support other environment languages #160

Open
larslynch opened this issue Sep 29, 2020 · 2 comments
Open

Update Power App to support other environment languages #160

larslynch opened this issue Sep 29, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request functionality Functionality to be added good first issue Good for newcomers planned Planned functionality/changes power apps Updates to the Power App

Comments

@larslynch
Copy link

If your PowerApps environment is configured in another language, the Request-a-Team PowerApp won't work correctly on the "My Requests" and "Approve Requests" screens due to a mismatch between the PowerApp searching for the English language display names of the SharePoint columns and SharePoint online returning the current language display names.

The simple fix is to follow SharePoint dev best-practice for referencing columns in the PowerApp:

  1. Replace all occurrences of 'Team Name' (the English language display name) with 'Title' (the invariant internal column name)
  2. Replace all occurrences of 'Created by' (the English language display name) with 'Author' (the invariant internal column name)
@Humpeklumpen
Copy link

Thank you @larslynch! This has been bugging me!

This was referenced Oct 1, 2020
@alexc-MSFT
Copy link
Member

Thanks @larslynch for this one. I will add this to our internal backlog.

@alexc-MSFT alexc-MSFT self-assigned this Oct 8, 2020
@alexc-MSFT alexc-MSFT added enhancement New feature or request good first issue Good for newcomers labels Oct 8, 2020
@alexc-MSFT alexc-MSFT changed the title Make the Request-a-Team PowerApp work in other languages with two simple SharePoint column fixes Update Power App to support other environment languages Oct 19, 2020
@alexc-MSFT alexc-MSFT added functionality Functionality to be added power apps Updates to the Power App planned Planned functionality/changes labels Oct 19, 2020
@alexc-MSFT alexc-MSFT added this to Q1 2021 - Jan-Mar in Request-a-team Roadmap Oct 19, 2020
@alexc-MSFT alexc-MSFT moved this from Q1 2021 - Jan-Mar to Q2 2021 - Apr-Jun in Request-a-team Roadmap Apr 27, 2021
@alexc-MSFT alexc-MSFT moved this from Q2 2021 - Apr-Jun to Q3 2021 - Jul-Sept in Request-a-team Roadmap Apr 27, 2021
@alexc-MSFT alexc-MSFT moved this from In progress to To do in Request-a-team Roadmap Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request functionality Functionality to be added good first issue Good for newcomers planned Planned functionality/changes power apps Updates to the Power App
Development

No branches or pull requests

3 participants