281
Views
6
Comments
Expression
Question
Application Type
Reactive
Service Studio Version
11.53.4 (Build 60723)

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? 

2021-04-17 09-53-48
José Gonçalves

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


2024-03-14 15-17-31
Rasika Modi

Hi Sunil,

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

ReactiveDemo.oml
2022-07-14 13-58-54
Ridhima Shewani

Hi @Sunil Rajput 

Please find attached document

Hope it will help you


Test.oap
2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

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


2023-10-21 19-42-11
Tousif Khan
Champion

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 

Thanks & Regards 

Tousif Khan

2024-11-05 11-28-22
Sunil Rajput

Thankyou so much all I have understood this topic 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.