I have a save button with one text input , when insert name in input text and I click button save button value must be show in expression. How it work can any one tell me?
Hi Sunil,
that's a very simple scenario you can learn by yourself with the existing courses OutSystems provide.
You need 2 variables and assign one to the input and another to the expression. In the screen action of the button, assign the the value of the input variable to the expression variable. It will update the screen.
Regards
As Jose rightly pointed out go though the Guided paths as this is very basics.
If still u didn't understand how to achieve this then refer this attached OML.
Good Luck!
Regards,
Rasika
Hi @Sunil Rajput
Please find attached document
Hope it will help you
Hi, Sunil Rajput
You need 2 local variables first one for the input widget and second for expression. ( Data Type :Text)
After that drag and drop an input widget , one button and an expression widget
Set Input widget variable.
set expression widget variable
Dobble click on button , automatically a screen action open
In screen action drag a assign widget
set assign widget value
Variable : expression
value : input
(Note : here expression and input is the local variable)
Now all done ..
publish and check ..
Thanks & Regards
Kundan Chauhan
Hello,I have attached the OML file in which it is shown in both Traditional Web and Reactive Web
Check and let me know if it helps
Link to download both
Tousif Khan
Thankyou so much all I have understood this topic