microsoft-teams-apps-requestateam
microsoft-teams-apps-requestateam copied to clipboard
Update Power App to support other environment languages
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:
- Replace all occurrences of 'Team Name' (the English language display name) with 'Title' (the invariant internal column name)
- Replace all occurrences of 'Created by' (the English language display name) with 'Author' (the invariant internal column name)
Thank you @larslynch! This has been bugging me!
Thanks @larslynch for this one. I will add this to our internal backlog.