will just return null.
N/A
Returns null value.
Null
In this example, we will use the toNull function to print null in the console.
toNull
null
Drag a button component into the canvas and open the Action tab. Select the press event of the button and drag the console function to the event flow.
button
Action
press
console
Call the function toNull inside the console value subflow.
The console will print null.
Last updated 1 year ago