# Return

Grammar — Return val
FlagsOperator | Action

Returns the specified value. Note: Custom functions require you to set a return value using this action. If a custom function does not return a value 100% of the time, it will not compile. If this action is run in a trigger, it is equivalent to using “Skip Remaining Actions”.

# Arguments

  • return — Value

Returns — void

return #PARAM(val);

Category: General / Breaks

# Examples

— None found —