How to convert Object to Uipath Terminal Connection

Hi,

I am using UiPath Terminal connection, saved the variable from output Connection and saved it in Dictionary with value type as Object. Now i want to read the value and should use in the next terminal connection using existing connection. Please help in finding the solution.

@harinagendra31

Welcome to the community

Please try like this

Ctype(Dict("key"),Uipath.Terminal.TerminalConnection)

Give dictionary and key as per your dictionary and key

Cheers

1 Like

Thanks @Anil_G i have to try this. But i have used direct cast and it worked .

1 Like

@harinagendra31

Both would work.

Happy Automation

cheers

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