Last week I spoke at the Power Platform Summit Europe on getting more out of Microsoft Flow! The topic was about using REST to get more out of flow connectors and also to connect to other services that have no connector available.
Here’s the slide-deck and see the demo flow code below:
Link: POWFL10-Extending-Flow-Integration-with-REST.pptx
Demos
Demo 1: Set SharePoint List item permissions
Demo 2: Create Project and Update Custom Fields
Demo 3: Save Forex rates to SharePoint from external API
Those demos are exported from Flow and you’ll have to reconfigure the connections on import which link to my trial tenant setup which won’t exist after you read this. :)
Enjoy!
Hi,
we are trying to create the ms flow and used the action Create new Project but its showing error. Access token not found for the client request ID. Unauthorized.
Kindly help for the above issue.
Hi,
So you are using the out-of-the-box Project Online action and getting that error? Hmm, well check the obvious first, credentials stored in the flow, etc. The credentials used will store the token for the flow that will be used for all requests, those credentials will need to have access to perform the actions.
If all looks right, try to re-create the credentials or even the whole Flow, I’ve seen some strange behavior especially if you import / export flows and have to re-setup the creds..
HTH,
Martin