Skip to content

Commit 8fb6eda

Browse files
authored
Live publish
2 parents 4a88daa + 5e24d10 commit 8fb6eda

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

powerapps-docs/developer/common-data-service/isv-app-management-certification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ search.app:
2626
If you own a service or API—or you've built a custom connector that you want to connect to Power Apps, Power Automate, Azure Logic Apps, or Power Query—you need to submit your connector to Microsoft for certification.
2727

2828
Connector certification is now included in ISV Studio, so you can use it to manage and track your connector certification submission. More information: [Submit your connector for Microsoft certification](https://docs.microsoft.com/connectors/custom-connectors/submit-certification)
29-
<!--Suggest making the next paragraph a note, to emphasize the point. -->
30-
> ![NOTE]
29+
30+
> [!NOTE]
3131
> Before you start submitting your connector for certification, see [Instructions on submitting your connector](https://docs.microsoft.com/connectors/custom-connectors/certification-submission) for submission requirements.
3232
3333
**To certify your custom connector through ISV Studio**

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getControl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ The **formContext.getControl(arg)** method is a shortcut method to access **form
2828

2929
## Parameter
3030

31-
**arg**: Optional. You can access a control on a form by passing an argument as either the **name** or the **index valu**e of the control on a form. For example: `formContext.getControl("firstname")` or `formContext.getControl(0)`
31+
**arg**: Optional. You can access a control on a form by passing an argument as either the **name** or the **index value** of the control on a form. For example: `formContext.getControl("firstname")` or `formContext.getControl(0)`.
32+
33+
When the `arg` value is not provided, it returns an array of all the controls on the form.
3234

3335

3436
## Return Value

0 commit comments

Comments
 (0)