value prod/sim funnel

This block is part of the funnels group and was last modified in core v10.4.28.

value prod/sim funnel v10.4.28

In pins 2
  • Production required
    value
  • Simulation required
    value
Out pins 1
  • value
    value
env
production
simulation

A typical wiring for value prod/sim funnel: value feeds the production pin; logical OR feeds the simulation pin; the value out pin feeds convert to uppercase.

Studio canvas example for the value prod/sim funnel block: typical wiring for value prod/sim funnel.

Commonly used with

In production blueprints, this block is most often wired together with:

  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • value: feeds into this block. Simply returns the provided value.
  • logical OR: feeds into this block. will return the first truthy value, checking first, then second, then any extended pins. Falsy means null, false, 0, NaN or an empty string, so first being 0 or false also falls through.

Version history

Introduced in v10.4.28.


Back to funnels Return to the main group to view all sub-groups Back to env. funnel Return to the group to view all blocks within this group