Logic Apps Loop MS Bookings Results
Description:
In this example, my coworker developed a Logic App that will reach out to Microsoft Bookings and query Graph API to get a list of values. It then loops over and over and builds a JSON file that it eventually places in Azure Blob storage.
I think this is the first Logic App I have worked on that uses Oauth so that’s neat!
To Resolve:
-
Source code is here
-
Be sure to find/replace for
double open brackets
to set your own values. Also keep in mind I had to make many changes to sanitize it so it is just a general idea of how the Logic App will work, you might have to tweak it. -
Pics
Comments