You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/events/onprestagechange.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ An execution context object is passed to event handlers for this event. You can
33
33
34
34
This client API is only supported on the unified client. The legacy web client does not support this client API.
35
35
36
+
onPreStageChange is only supported for single entity Business Process Flows. It is not supported for cross-entity processes.
37
+
36
38
## Methods supported for this event
37
39
-**formContext.data.process**.[addOnPreStageChange](../formcontext-data-process/eventhandlers/addOnPreStageChange.md) method to add event handlers for this event.
38
40
-**formContext.data.process**.[removeOnPreStageChange](../formcontext-data-process/eventhandlers/removeOnPreStageChange.md) method to remove event handlers for this event.
0 commit comments