Skip to main content

Component Function

Overview

A function, exposing input and output parameters that can be called by any other function. You could describe functions as Components, Formulas, Workflows, Flows or Automations.


Parameters

ParameterParameterValid BlocksRequired
InputsSet values (that you choose) as inputs to this function. These are read-only.Basic Type Block GroupNo
VariablesFor variables and constants that you need in this function (these are not asked for or returned from this function). These are read/write.Basic Type Block GroupNo
Logic FlowThis is where you build logic and call other functions. Blocks will be executed as a sequence of instructions in order (top to bottom, following tree branches on the way down).Process Block GroupNo
OutputsSet values (that you choose) as outputs (results) from this function. These are write-only.Basic Type Block GroupNo