Logic Apps Loop MS Bookings Results

less than 1 minute read

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:

  1. Source code is here

  2. 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.

  3. Pics

    • booking-1

    • booking-2

    • booking-3

Comments