Skip to content

Commit 22922e6

Browse files
authored
Merge pull request #3751 from MicrosoftDocs/stjanovi-patch-4
Update invokeProcessAction for issue 600
2 parents c88eea3 + 684280f commit 22922e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)