Solved
How to transfer the localvalue of one interface to another interface?
as title
as title
/*parent Interface*/
rule!childInterface(
username:ri!username
)
/*child interface - Create a rule input with name username*/
a!buttonWidget(
/*your code*/
saveInto:a!save(target:ri!username,value:"SAAAAM")
)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.