I created a global page for collect data from the user. i have tried alpha.local.get() but in that i’m not able to see the input entered values how can i get the values which is entered by the user ?
I created a global page for collect data from the user. i have tried alpha.local.get() but in that i’m not able to see the input entered values how can i get the values which is entered by the user ?
Hi @Aswin,
Have you binded your input values to local ?
Please try alpha.co.get() it seems like your input values are binded to co
Hello @Aswin ,
since you bound the value to CO, you’ll need to use alpha.co.get() to view it