Add connectors to a card

Connectors allow your card to connect to other apps, data sources, and devices in the cloud. Insert, modify, and remove them in the card designer. Learn more about connectors in Power Platform.

Prerequisites

Insert a connector

  1. Open the card designer.

  2. In the left pane of the card designer, select Data.

  3. Select + Add data, and then select a data source from the list.

    Screenshot of a list of data sources in the card designer.

Refresh a connector

When the schema provided by your connector changes, you can refresh the connector in your card to ensure you have access to the updated properties in your Power Fx expressions. An example of a schema change would be adding a column to the Dataverse table you are using in your card. After refreshing your connector, you would be able to use the new column in your PowerFx expressions.

Important

You should be careful not to remove properties from your data sources that existing cards depend on. Doing so could prevent your existing cards from functioning properly.

  1. Open the card designer.

  2. In the left pane of the card designer, select Data.

  3. Select ... next to the connector you want to refresh.

  4. Click Refresh

    Screenshot of a refreshing data source in the card designer.

Types of connectors

Only connections to Dataverse are currently available. You can connect to Dataverse tables to create, read, update, and delete records. Learn how to create a card with data from Dataverse.

We are working on support for other connectors.