microsoft-teams-apps-requestateam icon indicating copy to clipboard operation
microsoft-teams-apps-requestateam copied to clipboard

Update Power App to support other environment languages

Open larslynch opened this issue 5 years ago • 2 comments

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)

larslynch avatar Sep 29 '20 20:09 larslynch

Thank you @larslynch! This has been bugging me!

Humpeklumpen avatar Sep 30 '20 08:09 Humpeklumpen

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

alexc-MSFT avatar Oct 08 '20 08:10 alexc-MSFT