Skip to content

Commit fcf96d6

Browse files
authored
Live publish
2 parents 9cf05ce + d07747a commit fcf96d6

22 files changed

+366
-5
lines changed

powerapps-docs/developer/model-driven-apps/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
href: clientapi/walkthrough-write-your-first-client-script.md
7474
- name: Debug your JavaScript code for model-driven apps
7575
href: clientapi/debug-JavaScript-code.md
76+
- name: Troubleshoot form issues in Unified Interface
77+
href: troubleshoot-forms.md
7678
- name: Client API Reference
7779
href: clientapi/reference.md
7880
items:

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/invokeProcessAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information about actions, see [Use actions](/powerapps/maker/common-da
3131
|Name |Type |Required |Description |
3232
|---|---|---|---|
3333
|name|String|Yes|Name of the process action to invoke.|
34-
|parameters|object|No|An object containing input parameters for the action. You define an object using `key:value` pairs of items, where `key` is of **String** type.|
34+
|parameters|object|No|An object containing input parameters for the action. You define an object using `key:value` pairs of items, where `key` is of **String** type. To specify a target, add a pair with `Target` as the key and an object with key values `entityName` and `id` as the value. |
3535
|successCallback |Function |Yes |A function to call when the action is invoked. |
3636
|errorCallback |Function |Yes |A function to call when the operation fails. |
3737

28.4 KB
Loading
58.4 KB
Loading
12.5 KB
Loading
20.1 KB
Loading
51.1 KB
Loading
47.5 KB
Loading
42 KB
Loading
34.2 KB
Loading

0 commit comments

Comments
 (0)