Global Storage

Overview

Global storage patches handle data in app storage.

Global Storage logic blocks manage data that needs to be accessed and shared across different components or screens within the app. These blocks store data globally, meaning the information is not confined to a single page or function but is available throughout the entire app.

Available patches

Set Global Storage handles the app’s set storage events.

Get Global Storage handles the app’s get storage events.