Performing Bound and Unbound Actions in Power Automate

Introduction

Flows can make use of the Dataverse actions that the Microsoft Dataverse connector provides.

There are two sorts of Dataverse actions that may be used in flows.

  • Bound actions
  • Unbound actions

Bound actions

Bound actions point directly to a single entity or a set of rows from a single entity.

You must include Perform a bound action in your flow to carry out a bound action.

Below are steps to perform bound action.

  1. Create Automated Cloud Flow.
    Cloud Flow
  2. Add a new Step to perform Microsoft Dataverse Bound Action from the list of connectors.
    Bound Actions
  3. In Table name, select the name of the entity which you want to use.
  4. Enter the row ID Statically or Dynamically on which you want to perform a Bound Action.
  5. Save and run the flow.
    Run Flow

Unbound actions

Unbound actions are not bound to the specific entity. They can perform in a complete environment.

You must include Perform an Unbound action in your flow to carry out a bound action.

Below are steps to perform unbound action.

  1. Create an Automated Cloud Flow.
    Unbound Actions
  2. Add a new Step to perform Microsoft Dataverse Unbound Action from the list of connectors.
    Call Unbound
  3. In Action Name, select the Action name which you want to use.
  4. Save and run the flow.
    Save and Run


Similar Articles