Returns the name of the current page the user is on.
N/A
Returns the name of the current page.
String/Text
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.
click
console
2.
Select the function parameter input type for the value parameter.
function
3.
Drag the getCurrentPage function to the node in the subflow.
getCurrentPage
When the button is pressed, the console will show the name of the current page.
Last updated 1 year ago