Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.01 KB

functions.md

File metadata and controls

34 lines (18 loc) · 1.01 KB

Functions

Create a function

To create a function, you will need to specify if it has any inputs and give it a name

One example of a function is below, featured in our Social Credit sample app

After you have created your function, you can simply use it at any time using the function block you have named

Create a function with an output

You can also create a function that returns a specific output

Create a conditional function

You can also create a function that only triggers given a specific condition