Skip to main content

Convert Python Object

Description

This activity converts a Python Object variable into a .NET data type.

Properties

Input

  • Python Object – It specifies the Python object saved in a PythonObject variable to convert to a .NET data type. This field supports only Python object variables.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
  • TypeArgument – It specifies the .NET data type to convert the Python Object variable. By default, it sets with Object.

Output

  • Result – The converted .Net Data type object.