Skip to content

Commit 2e866af

Browse files
authored
Merge pull request MicrosoftDocs#1712 from vashr/patch-2
Fixing typo to processId
2 parents a11327b + 9efa1b1 commit 2e866af

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-process/activeprocess

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-process/activeprocess/setActiveProcess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If there is an active instance of the process, the entity record is loaded with
3030

3131
|Name|Type|Required|Description|
3232
|--|--|--|--|
33-
|processInstanceId|String|Yes|The Id of the process to set as the active process.|
33+
|processId|String|Yes|The Id of the process to set as the active process.|
3434
|callbackFunction|Function|No|A function to call when the operation is complete. This callback function is passed one of the following string values to indicate whether the operation succeeded:<br/>- **success**: The operation succeeded.<br/>- **invalid**: The processId isn’t valid or the process isn’t enabled.|
3535

3636
### Related topics

0 commit comments

Comments
 (0)