Forum Discussion

TuaRes-IT's avatar
TuaRes-IT
Copper Contributor
Jul 27, 2020
Solved

Error due to language settings when using Flows to provision libraries/lists on SharePoint

I was trying to use Flows to provision a list on SharePoint. Which is a handy method if you want to make a PowerApp available for another tenant, or for a client. When I was orienting how to do it, I...
  • MartinLaplante's avatar
    Jul 30, 2020

    TuaRes-IT   This problem is throughout the SharePoint REST API.  For any collection object, be it Lists or Views or anything else, you get a choice of two methods: getByTitle(), which is dependent on the language of the user, and getByID or (guid'{guid}'), which is not portable between sites.  It's a major flaw in that API, which has never been addressed, and the Graph API is better. It separates name and displayname better than the REST API.