Forum Discussion
Credentials for web conection are invalid (custom conector for sharepoint)
- Anonymous2 years ago
I managed to make it work!
I changed the parameterfrom https://client.sharepoint.com/sites/SiteName
to https://client.sharepoint.com/sites/SiteName/_api.
I deleted the published semantic model, configured on the desktop the credential and privacy as organizational on all connections (web and sharepoint), then republished it, put the web and sharepoint credentials as OAuth2 and privacy as oragnizational and skipped the test connection on web connector, and it worked!!
In other words, all because of a "/_api".
Sorry, but I don't think you are doing the right way. 1.0 and 2.0 are the versions of the connection and not the version of the Items. Use 2.0 version for connection and for "Items.Version" you should see it next to the title of your List
Please follow my points in my previous reply. Delete all steps that were generated by the connector and filter your List as a first step
You should see something like this after you expand field Items
aj1973 Maybe I expressed myself wrongly.
Using the 2.0 implementation and expanded the items column, it has the current version of the item but not the previous ones, which is what my client wants to see
Using the custom connector, I can get all versions
Thanks.
- aj19732 years ago
Community Champion
Looks like we don't have the same sharepoint structure. in mine , Versioning of the Item is represented in Item.ID with its date modified
Anyway, you are welcome
- Anonymous2 years agoNot applicable
I think we have the same structure. In this case you have a list with 3 items (Item.ID) and each of them has one version (Items.Version).
Anyway, thanks for trying.