Hi all,
I'm working on trying to create a Flow that will create a new Sharepoint list. I've created the app registration and granted it sites.ReadWrite.all application permissions, and in my Flow i'm using the client ID, tenant ID, and secret key and successfully getting a token and parsing json to get all the returned values.
When I try to do the POST to actually create the SPList using the Headers: Authorization with the dynamically returned values for <token_type> and <access_token> to the URI https://graph.microsoft.com/v1.0/sites/{mysiteID}/lists, I'm getting a 401 unauthorized with
Solved! Go to Solution.
Hi,
You can create via REST API.
see here: https://michalguzowski.pl/create-sharepoint-list-using-flow/
Hi,
You can create via REST API.
see here: https://michalguzowski.pl/create-sharepoint-list-using-flow/
Thanks!! That's what I needed, I was doing it the hard way - requesting a Graph token and authenticating via an the AAD app I created.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
37 | |
34 | |
30 |
User | Count |
---|---|
52 | |
38 | |
36 | |
33 | |
24 |