getCurrentPage
Description
Input / Parameter
Output
Description
Output Type
Callback
Video
Example
Steps
No.
Description
Result
Links
Last updated
Returns the name of the current page the user is on.
N/A
Returns the name of the current page.
String/Text
N/A
Coming Soon.
The user wants to get the name of the current page they are on.
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 getCurrentPage function to the node in the subflow.
When the button is pressed, the console will show the name of the current page.
Last updated