Read outputs with the free Toolbox plugin.
- Install Toolbox (once per app).
- Add a JavaScript to Bubble element to the page.
- Set its function name to the output's Toolbox name (Bubble prefixes it to
bubble_fn_…). - Tick Publish value to use it in expressions, and/or Trigger event to run a workflow when it fires.
Read outputs with the SumCode plugin, no JavaScript needed.
- Install SumCode and add a SumCode Outputs element to the page.
- Point it at this output token's name. It turns one call from your code into typed states plus an event.
- Pair it with a SumCode Display element to render the value.
- One SumCode Outputs element per token. Read its states in expressions or trigger a workflow on its event.
Every output's chain already ends where a workflow begins. This is where that last hop gets built.