Overview: Basic Action Nodes
Action nodes retrieve, modify, and pass data that controls user navigation.
Action Nodes are the Nodes responsible for performing work within a Flow. They serve as the functional core of your application's logic, enabling data integration, transformation, and control over the user interface and application state.
Action Nodes will be grouped in multiple sections, Basic, and any action nodes that may be added from integrations (e.g. Shopify).
You can quickly access action nodes by utilizing the search tool.

All Action Nodes are grouped into ten primary functional categories, covered in detail in the following documentation sections:
Data Modification and Passing
- Primary Function: Extracts, manipulates, and passes data fetched from APIs into the application's property system for component consumption.
- Core Nodes Defined: Update Props
Data Retrieval Actions
- Primary Function: Connects to external services and APIs to fetch data.
- Core Nodes Defined: GraphQL, Network Request
Application State and UI Control Actions
- Primary Function: Manages application persistence and directly controls the user interface (overlays, local storage, navigation).
- Core Nodes Defined: Navigate, Back, Set Metadata, Set Title, Open Overlay, Update Overlay Data, Close Overlay, Set State, Get State
Cache & Variable Management
- Primary Function: Provides three distinct layers of data persistence based on lifespan, scope, and access patterns.
- Core Nodes Defined: Get Cache, Set Cache, Get Environment Variable, Get Global Variable, Set Global Variable
Utility & Data Operations
- Primary Function: Performs cryptographic, encoding, and time-based operations essential for secure authentication flows and data transformation.
- Core Nodes Defined: Current Unix Time, Encode URI Component, Generate Code Challenge, Generate Random String, Sha256 Hash
Device & Permissions
- Primary Function: Interfaces with native device capabilities and manages user permission requests for platform features.
- Core Nodes Defined: GetDeviceToken, GetPermissionStatus, Request Permission
Modal & Navigation Extensions
- Primary Function: Provides advanced navigation controls and modal UI management beyond basic routing.
- Core Nodes Defined: Close Modal, Open Modal, Open Mega Menu, Navigate to Tab, Preload Layout, Redirect
SEO & Page Configuration
- Primary Function: Dynamically manages page metadata, structured data, and UI elements for search engine optimization and progressive web apps.
- Core Nodes Defined: Set Link Tag, Set Schema Markup, Set Tab Badge, Update Query, Update Top Bar
Development & Debugging
- Primary Function: Provides tools for flow control, debugging, and explicit error handling during development and runtime.
- Core Nodes Defined: End, Log Data, Throw Error
System Integration
- Primary Function: Connects to native system capabilities and controls dynamic UI component states.
- Core Nodes Defined: ExternalUrl, Share, Toggle, Toggle Accordion
You can quickly access operator nodes by utilizing the search tool in the Nodes Panel.
Did this answer your question?
