Skip to content

Commit a23eda3

Browse files
committed
add links
1 parent a7b0c97 commit a23eda3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

powerapps-docs/developer/data-platform/custom-api.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ If you don't set the custom API **Plugin Type** (`PluginTypeId`) to specify mai
150150

151151
You might choose to not include any logic in the plug-in because you're using the custom API as a business event. More information: [Microsoft Dataverse business events](business-events.md).
152152

153-
You might not want to add a plug-in as a testing step. Without a plug-in, any output parameter values return the default values for the type because there's no code to set them.
153+
You might not want to add a plug-in as a testing step. Without a plug-in, any output parameter values return the default values for the type because there's no code to set them. Otherwise, see [Write a Plug-in for your custom API](#write-a-plug-in-for-your-custom-api)
154+
155+
> [!NOTE]
156+
> You can't pass configuration data to the plug-in specified for the main operation logic. [There is a workaround for this](#secure-and-unsecure-configuration-cannot-be-set-for-the-custom-api-main-operation-plug-in).
154157
155158
## Use a custom API in a workflow
156159

@@ -261,7 +264,7 @@ The logic to be performed using a background operation must be defined as a cust
261264

262265
## Write a Plug-in for your custom API
263266

264-
Writing a plug-in to implement the main operation for your custom API isn't different from writing any other plug-in, except that you don't use the Plug-in Registration tool to set a specific step.
267+
Writing a plug-in to implement the main operation for your custom API isn't different from writing any other plug-in, except that you don't use the Plug-in Registration tool to set a specific step and [you can't specify configuration data to pass to the plug-in](#secure-and-unsecure-configuration-cannot-be-set-for-the-custom-api-main-operation-plug-in).
265268

266269
You need to know the following information:
267270

0 commit comments

Comments
 (0)