Get Python Object
UiPath.Python.Activities.GetObject
This activity is used to get the.NET data type from a Python object.
It can only be used inside the Python Scope activity.
Properties
Common
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Input
- Python Object - The Python object to extract the value from. This field supports only
PythonObjectvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
- TypeArgument - The .NET data type you want to get from the
PythonObjectvariable. By default, it is set toObject. All data types available in Studio are supported.
Output
- Result - The .NET type variable selected in the TypeArgument property corresponding to the Python object.