Flux Product Docs
  • What is Flux?
  • Guides
    • Creating a Premium Video
    • Creating Your First Site
    • Creating a Countdown
    • Creating a Navigation Bar
    • Creating a Group
    • Custom 404 Page
    • Adding a Favicon to Your Site
    • Adding Videos to Your Site
    • Managing Your Guest List
    • Asset Management
    • Creating Sites from Site Templates
    • Publishing Site Versions
    • Advanced Debugging
  • Fundamentals
    • Key Concepts
    • Sites
    • Guests
    • Environments
      • Show Variables
    • Flows
      • Anatomy of a Node
      • Connecting Nodes and Building Flows
      • Passing Data
      • Scope
      • Interpolation
    • Keyboard Shortcuts
      • Keyboard Shortcuts - Page Editor
    • Animation States
    • Local Variables
    • Groups
  • Use Cases
    • For Designers
    • For Engineers
      • Custom CSS
      • Custom Modules
    • For Event Manager
      • Intercom Integration
  • Documentation
    • FAQ
    • Glossary
    • 🚀Show Controller
      • Modes
    • Domains and Subdomains
      • Hover
      • AWS Route 53
    • Premium Live Channels
    • Basic Video
    • Premium Video
      • AI Generated Subtitles
      • Supported Input Codecs and Containers
      • Supported Language Labels
      • Serverside Forensic Watermarking
    • Flow Nodes
      • Middleware
  • Modules
    • Access Code
    • Audio
    • Button
    • Carousel
    • Chat
    • Checkbox
    • Container
    • Countdown
    • Date
    • Embed
    • Image
    • Intercom
    • Link
    • Lottie
    • Page
    • Meter
    • Modal
    • Photobooth Gallery
    • Open Login
    • QR Code
    • Radio
    • Rich Text
    • Stack
    • Style
    • Spline
    • Switch
    • Text Input
    • Video
  • Template Guides
    • NatGeo FYC
      • Adding a Panel
    • Meow Wolf All Shrimps
  • 🚀Change Logs
    • July 12, 2024
    • June 08, 2024
    • April 26, 2024
    • April 12, 2024
    • March 29, 2024
    • March 15, 2024
    • March 1, 2024
    • September 2022
    • August 2022
    • July 2022
    • June 2022
Powered by GitBook
On this page

Was this helpful?

  1. Fundamentals
  2. Flows

Passing Data

Last updated 2 years ago

Was this helpful?

The documentation for the data each node provides is currently very limited. Experiment and reach out to your support manager for more detailed information on specific nodes.

As discussed in the , we can connect individual nodes together to program out experience.

In addition to passing Pressure through a Flow, we can also pass data. Many nodes provide some data which can be used downstream.

Example

The String node passes the input value from the String output. By connecting this to an input on another node, we can use that value downstream.

In this example Flow, rather than setting the Path in the Router:goto node, we are passing the value from String into the Path input.

This has the same effect as entering the /welcome string directly into the Path on the node.

While this alone might not seem useful, we can extend this idea by passing data from a dynamic source, such as a Show Variable. If we set a Show Variable redirectUrl to some value, we can update how our guests are redirected during an experience.

We might use this implementation to say send guests to a welcome page during the first 10 minutes of the experience, but have guests who arrive late go stright into the experience. We could do this by updating the redirectUrl Show Variable 10 minute in to a new value of /screening.

For more information about Show Variables, visit the page.

Shows Fundamentals
Flows Fundamentals
A String node passes the input value from the String output.
Passing a String value into another node.
Performs the same action as passing the String into Path
Using a dynamic value as an input allows the experience to change as it goes on.