Hi.
While existing SharePoint connection covers many scenarios, sometimes, using SharePoint API is the only option available.
The HTTP action gives many authentication choices.
Our organization has a standard deployment to Office 365 (enterprise license).
I was looking for examples how to authenticate when making SharePoint API calls to the same SharePoint sites where I run the rest of my Flow and using actions such as Get Items, etc.
My initial thought was to create one more connection.
What kind of a connection would it be? How to authenticate? What is the best practice?
In existing documentation, I could not find anything.
Maybe, I am looking in a wrong location.
Could anyone provide me with an example or link to the official documentation?
Thank you
Solved! Go to Solution.
Hi @slyuso,
I beleive that you are refereing to something like this - https://www.infopulse.com/blog/using-microsoft-graph-api-inside-microsoft-flow-office-365/
There is also nice walkthrough in video format - https://www.youtube.com/watch?v=um5tHXw1BEU
Are those links helpful?
P.
Hi @slyuso,
I beleive that you are refereing to something like this - https://www.infopulse.com/blog/using-microsoft-graph-api-inside-microsoft-flow-office-365/
There is also nice walkthrough in video format - https://www.youtube.com/watch?v=um5tHXw1BEU
Are those links helpful?
P.
Thank you very much