activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Get Python Object
Developer Activities
Last updated Oct 22, 2024
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.
Common
- DisplayName - The display name of the
activity. This field supports only
String
variables.
Input
- Python
Object - The Python object to extract the value
from. This field supports only
PythonObject
variables.
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
PythonObject
variable. 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.