Combine two separate variables to get new variable

Hi, I am new to RPA.

I use Get Text activity to capture value from a html web data table and save it as a variable.
Lets say: The value is “200”.
Another Get text activity is used to capture a value from same data table and save it also as a variable.
Lets say : The value is “C”

But in the upcoming workflow, i want a combination of this two values. i.e., “200C”.
Is it possible to create a new variable from above two variables?
Thanks in advance.

Hi @Christin_John
variable1+variable2 it will combine.
image

image

Thank you so much. @PRASHANT_GABHANE

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.