Skip to main content
Blocks under the 'Functions' Category

This article helps you understand blocks under the 'Functions' category in AppBuilder Code Editor.

Updated yesterday

Void Function Container

Creates a function with no output. You can add input arguments.

Non-Void Function Container

Creates a function with an output. You can add input arguments.

If... return block

If a value is true, then return a second value.


Related Article: AppBuilder Code Editor


Did this answer your question?