Skip to content

Commit 3756249

Browse files
committed
Freshness pass
1 parent 893cb48 commit 3756249

10 files changed

+19
-12
lines changed

articles/digital-twins/how-to-use-power-platform-logic-apps-connector.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: Learn how to connect Power Platform and Logic Apps to Azure Digital Twins using the connector
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 03/22/2023
8+
ms.date: 03/12/2025
99
ms.topic: how-to
1010
ms.service: azure-digital-twins
1111

@@ -35,7 +35,7 @@ Lastly, you'll need to set up any [Power Platform](/power-platform) services whe
3535
## Set up the connector
3636

3737
For Power Automate and Power Apps, set up the connection first before creating a flow. Follow the steps below to add the connection in Power Automate and Power Apps.
38-
1. Select **Connections** from the left navigation menu (in Power Automate, it's under the **Data** heading). On the Connections page, select **+ New connection**.
38+
1. Select **Connections** from the left navigation menu. On the Connections page, select **Create a connection**.
3939
1. Search for *Azure Digital Twins*, and select the **Azure Digital Twins (preview)** connector.
4040
1. Where the connector asks for **ADT Instance Name**, enter the [host name of your instance](how-to-set-up-instance-portal.md#verify-success-and-collect-important-values).
4141
1. Enter your authentication details when requested to finish setting up the connection.
@@ -48,24 +48,30 @@ For Logic Apps, you can use the Azure Digital Twins built-in connection when you
4848

4949
You can incorporate Azure Digital Twins into Power Automate flows, Logic Apps flows, or Power Apps applications. Using the Azure Digital Twins connector and over 700 other Power Platform connectors, you can ingest data from other systems into your twins, or respond to system events.
5050

51+
### Power Automate
52+
5153
Follow the steps below to create a sample flow with the connector in Power Automate.
52-
1. In Power Automate, select **My flows** from the left navigation menu. Select **+ New flow** and **Instant cloud flow**.
54+
1. In [Power Automate](https://make.powerautomate.com/), select **My flows** from the left navigation menu. Select **+ New flow** and **Instant cloud flow**.
5355
1. Enter a **Flow name** and select **Manually trigger a flow** from the list of triggers. **Create** the flow.
54-
1. Add a step to the flow, and search for *Azure Digital Twins* to find the connection. Select the Azure Digital Twins connection.
55-
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-1.png" alt-text="Screenshot of Power Automate, showing the Azure Digital Twins connector in a new flow." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-1-big.png":::
56-
1. You'll see a list of all the [actions](/connectors/azuredigitaltwins) that are available with the connector. Pick one of them to interact with the [Azure Digital Twins APIs](/rest/api/azure-digitaltwins/).
57-
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-2.png" alt-text="Screenshot of Power Automate, showing all the actions for the Azure Digital Twins connector." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-2-big.png":::
58-
1. You can continue to edit or add more steps to your workflow, using other connectors to build out your integration scenario.
59-
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-3.png" alt-text="Screenshot of Power Automate, showing a Get twin by ID action from the Azure Digital Twins connector in a flow." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-3.png":::
56+
1. Add a step to the flow, and search for *Azure Digital Twins* to find the connection..
57+
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-1.png" alt-text="Screenshot of Power Automate, showing the Azure Digital Twins connector in a new flow." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-1.png":::
58+
1. You see a list of all the [actions](/connectors/azuredigitaltwins) that are available with the connector. Pick one of them to interact with the [Azure Digital Twins APIs](/rest/api/azure-digitaltwins/).
59+
1. Continue to edit or add more steps to your workflow, using other connectors to build out your integration scenario.
60+
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-2.png" alt-text="Screenshot of Power Automate, showing a Get twin by ID action from the Azure Digital Twins connector in a flow." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-automate-action-2.png":::
61+
62+
### Power Apps
6063

6164
Follow the steps below to create a sample flow with the connector in Power Apps.
62-
1. In Power Apps, select **+ Create** from the left navigation menu. Select **Blank app** and follow the prompts to create a new app.
65+
1. In [Power Apps](https://make.powerapps.com/), select **+ Create** from the left navigation menu. Select **Blank app** and follow the prompts to create a new blank canvas app.
66+
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-1.png" alt-text="Screenshot of Power Apps, showing step to create a new blank app." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-1.png":::
6367
1. In the app builder, select **Data** from the left navigation menu. Select **Add data** and search for *Azure Digital Twins* to find the data connection. Select the Azure Digital Twins connection.
64-
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-1.png" alt-text="Screenshot of Power Apps, showing the Azure Digital Twins connector as a data source." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-1.png":::
68+
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-2.png" alt-text="Screenshot of Power Apps, showing the Azure Digital Twins connector as a data source." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-2.png":::
6569
1. Now, the [actions](/connectors/azuredigitaltwins) from the Azure Digital Twins connector will be available as functions to use in your app.
66-
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-2.png" alt-text="Screenshot of Power Apps, showing the Get twin by ID action being used in a function." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-2.png":::
70+
:::image type="content" source="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-3.png" alt-text="Screenshot of Power Apps, showing the Azure Digital Twins function options." lightbox="media/how-to-use-power-platform-logic-apps-connector/power-apps-action-3.png":::
6771
1. You can continue to build out your application with access to Azure Digital Twins data. For more information about building Power Apps, see [Overview of creating apps in Power Apps](/power-apps/maker/).
6872

73+
### Logic Apps
74+
6975
Follow the steps below to create a sample flow with the connector in Logic Apps.
7076
1. Navigate to your logic app in the [Azure portal](https://portal.azure.com). Select **Workflows** from the left navigation menu, and **+ Add**. Follow the prompts to create a new workflow.
7177
1. Select your new flow and enter into the **Designer**.
@@ -76,6 +82,7 @@ Follow the steps below to create a sample flow with the connector in Logic Apps.
7682
1. After selecting an action from the Azure Digital Twins connector, you'll be asked to enter authentication details to create the connection.
7783
1. You can continue to edit or add more steps to your workflow, using other connectors to build out your integration scenario.
7884

85+
7986
## Limitations and suggestions
8087

8188
Here are some limitations of the connector and suggestions for working with them.
-21.1 KB
Loading
98.9 KB
Loading
229 KB
Loading
95.3 KB
Loading
59.4 KB
Loading
-1.37 KB
Loading

0 commit comments

Comments
 (0)