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.
- Create Automated Cloud Flow.
- Add a new Step to perform Microsoft Dataverse Bound Action from the list of connectors.
- In Table name, select the name of the entity which you want to use.
- Enter the row ID Statically or Dynamically on which you want to perform a Bound Action.
- Save and run the 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.
- Create an Automated Cloud Flow.
- Add a new Step to perform Microsoft Dataverse Unbound Action from the list of connectors.
- In Action Name, select the Action name which you want to use.
- Save and run the flow.