How to show a varible in notepad

hello now i am studying UiPath. i have an doubt about my task (scenario)

Create a notepad and get name and a number from 3 user and find whether the number entered is positive and even number if yes then enter the data into notepad.

Name age
Abc 20
Kkk 40

else reject the user.

i found the logic & how to automate a notepad . my doubt - i store some value in one variable …how can i show to notepad… is there any activity for connect them.

In value just use plus (add) symbol to concatenate your string and variable value as in above expression editor example.
That should work.

1 Like