Fluxyn Docs

Set Properties

Stores values in Fluxyn page state so later events can use them.

Data

Use this to remember values across events, like the user plan, campaign, or country.

When to use it

  • Persist data for later flows.
  • Save context that future events should be able to read from $.

Routing behavior

Continues through its connected downstream path when it completes successfully.

Properties

PropertyTypeRequiredDetails
entries
entries
key-valueOptionalProperty entries to persist. Keys and values both support expressions.

Common mistakes

  • This changes page state, not just the current node output.
  • Use null when you want to delete a stored property.

Related nodes