Skip to main content
Blocks under 'Functions' Category

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

Updated over a week ago

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?