Skip to main content

Part 1: Setting up the connector

The first part has only one simple objective: to establish a connection between the Power Platform and Dime.Scheduler.

info

This is the first post in the guide on how to integrate Dime.Scheduler with Microsoft Excel through the Power Platform:

  • Part 1: Setting up the connector
  • Part 2: Resources
  • Part 3: Tasks
  • Part 4: Processing appointments

In this post, you will learn:

  • The prerequisites
  • How to obtain an API key
  • How to create a connection in the Power Platform
  • To test the connector by inserting a visual indicator

Step 1: Get a Dime.Scheduler API key

Ask your administrator to generate an API key and keep it somewhere safely.

Step 2: Create a Power Platform connection

Navigate to the Power Platform's Connections list and click the 'New connection' button. Scroll down and look for 'Dime.Scheduler'. Or simply search for 'Dime.Scheduler' in the search box:

Click on the + button and a modal window will be prompted:

Fill out the form with the following values:

  • Environment: select 'Production' or 'Sandbox'
  • API key: the Dime.Scheduler API key.

Step 3: Test the connector

Let's take the connector for a test drive by inserting a category, which is a visual indicator that renders the background color of appointments on the planning board.

For the sake of simplicity, create a new Instant cloud flow:

In the modal window, give the flow a name and select 'Manually trigger a flow':

This will show the Flow builder with the trigger already added to the canvas. We are going to add one step to give meaning to this flow. Click the + New step button and look for Dime.Scheduler in the search box. In the actions list, look for the 'Add, update or remove a category' action and select it.

If all went well, the flow should look like this:

At this point, this is where your knowledge of Dime.Scheduler really kicks in. If you're acquainted with the data model, using the Power Platform is a walk in the park. If not, here are some references to help you navigate the data model and the nomenclature:

A category is a pretty simple type. All you need to fill out is a name and a color, and indicate whether to append (create or update) or to remove the record. The name is used as the external identifier while the display name will be shown throughout the application. When you're done, you should have something like this:

Save the flow, hit the Test button at the top-right corner of the screen, select 'Manually' and click the Test button at the bottom of the fly-in window.

To follow up on the status of this flow, proceed to the 'Run history' section of the flow and click on the last run:

When you navigate to -> Indicators, you should see a new category in the list:

If nothing appears, you may want to check the status of the step in the Power Platform, or the logs in Dime.Scheduler.



Congratulations, you've just created your very first Power Automate flow with the connector for Dime.Scheduler!

In the next part, we are going to further explore the connector and see how easily you can manage your resources and work items using the Power Platform connector and Dime.Scheduler.