setControlState

Set component state so that it will be stored in one session. However, when application is in multisession experience then the same state is shared across all tabs.

Syntax

context.mode.setControlState(state);

Available for

Model-driven apps, canvas apps, & portals.

Parameters

Parameter Name Type Required Description
state Dictionary Yes Data that persists in one session for a single user.

Example

Sample control: Implementing control state API component.

Return Value

Type: boolean

Mode
Power Apps component framework API reference
Power Apps component framework overview