Skip to content

Commit cc9a2c4

Browse files
authored
Merge pull request #9087 from MicrosoftDocs/matp-3787504
Adding limitation per 3787504
2 parents 326abac + eca5dfa commit cc9a2c4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

powerapps-docs/maker/data-platform/low-code-plug-ins.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Mattp123
55
ms.author: matp
66
ms.service: powerapps
77
ms.topic: how-to
8-
ms.date: 11/10/2023
8+
ms.date: 01/22/2024
99
ms.custom: template-how-to
1010
contributors:
1111
- denise-msft
@@ -286,6 +286,16 @@ For a few examples of how to create a low-code plug-in, go to [Example Dataverse
286286
```
287287
- Plug-ins that use connectors can only output results from specific fields. Due to this, you need to map specific primitive values from the connector response to output values.
288288

289+
### Low-code plugins that have custom connectors limitation
290+
291+
If you have low-code plugins with custom connectors, the custom connectors must be imported first, before connection references or flows.
292+
293+
If your environment doesn’t contain the custom connector in a solution, import a separate solution that only includes the custom connector. Do this import before you import the actual solution. You need to do this first because Azure must register the custom connector before the other solution components can be imported.
294+
295+
If you import a solution that contains custom connectors and flows, Azure isn't able to register the custom connector while it's registering your connection references or flows. This also applies to connection references for the custom connector that wasn't previously imported in a separate solution. If Azure didn't register your custom connector, the import fails, or you aren't able to start the import.
296+
297+
More information: [Create custom connectors in solutions: Known limitations](/connectors/custom-connectors/customconnectorssolutions#known-limitations)
298+
289299
## See also
290300

291301
[Low-code plug-ins Power Fx (preview)](low-code-plug-ins-powerfx.md)

0 commit comments

Comments
 (0)