Skip to content

Commit 575980a

Browse files
authored
Merge pull request #3328 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents c8e0a26 + 2e866af commit 575980a

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)