Skip to content

Commit ca7c382

Browse files
committed
fix build errors
1 parent fc07258 commit ca7c382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/custom-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you do not set the **Plugin Type** (`PluginTypeId`) to specify main operatio
7474
**Known Issues**:
7575

7676
- [The Is Private field is not included in the Custom API form](#the-is-private-field-is-not-included-in-the-custom-api-form)
77-
- [Custom API functions cannot use Entity or EntityCollection Request Parameters or Response Properties](#custom-api-functions-cannot-use-entity-or-entitycollection-request-parameters-or-response-properties)
77+
- [Custom API functions cannot use Entity or EntityCollection Request Parameters](#custom-api-functions-cannot-use-entity-or-entitycollection-request-parameters)
7878

7979
### CustomAPIRequestParameter entity attributes
8080

powerapps-docs/developer/common-data-service/workflow-custom-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.app:
1818

1919
# Use Workflow Custom Actions with code
2020

21-
Workflow Custom Actions, also known as simply *Custom Actions*, are one of two ways to create custom messages for the Common Data service. The other is a preview feature called *Custom APIs*. More information: [Create and use Custom APIs](custom-api).
21+
Workflow Custom Actions, also known as simply *Custom Actions*, are one of two ways to create custom messages for the Common Data service. The other is a preview feature called *Custom APIs*. More information: [Create and use Custom APIs](custom-api.md).
2222

2323
Both of these capabilities allow for creating new messages that can be called from web services. Workflow Custom Actions will continue to provide a no-code way to declaratively define synchronous business logic. Custom actions have always been synchronous 'real-time' workflows and therefore not suitable to be converted to use Power Automate.
2424

0 commit comments

Comments
 (0)