makeId
Description
Input / Parameter
Output
Description
Output Type
Callback
Video
Example
No.
Description
Result
Links
Last updated
Generates a unique ID or number.
N/A
Returns the unique ID, which is a series of numbers.
Number
N/A
Coming Soon.
1.

Drag a button to a page in the mobile designer. Select the event click for the button and drag the console function to the event flow.
2.

Select the function parameter input type for the value parameter.
3.

Drag the makeId function to the node in the subflow.
When the button is pressed, the console will show the unique id generated. A new unique id is returned everytime the button is pressed.
Last updated