Question
Treating Instance from C# in Openspan
Hi,
I am a beginner of RPA and have some questions about to use an instance from C# code(script component) in openspan.
Let's say we have a class called "person" which contains properties string name, int age.
1. Automation calls GetPerson method from a script component and if I want to save this instance in openspan, which component should I use?
2. Also, if we can store that person instance in openspan, how can we access to the person's instance to get its properties "name" and "age"?
Thank you so much for your help in advance!
If you are able to return the person object from script then in the automation generate the proxy of the result and it will give all properties of the person object and appear in the object explorer.