How do I attach terminal in uipath terminal

HI,

Need to know how to attach existing terminal variable to another terminal. Because I have two modules and I passed the output connection of new terminal to another xaml file through argument and tried to pass the exisiting output connection to terminal. But it showed error like: overload arguments of existing and new…

Is any different activity present for attaching existing terminal variable in uipath?

Hi @Sunitha_Bist1,

Refer this link
Automating Terminals and Mainframes
Regards, Arivu :slight_smile:

Pass the terminalConnection as a out parameter. Then clear the default ConnectionString property from second module and then set the property ExistingConnection with that out parameter.

Hi,
I tried in that way only but still throwing error

@Rtushar
I tried but same error