execute_action
Execute unbound or bound Dataverse actions, such as WinOpportunity or custom workflows. For bound actions, provide the table name and record ID.
Instructions
Execute a Dataverse unbound or bound action. Examples: WinOpportunity, SendEmail, custom workflow actions. For bound actions, provide boundTableName and boundRecordId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actionName | Yes | API name of the action, e.g. 'WinOpportunity' or 'crb69_MyAction' | |
| parameters | No | Input parameters for the action. | |
| boundRecordId | No | Record GUID for bound actions. | |
| boundTableName | No | Entity logical name for bound actions. |