activities
latest
false
- Überblick
- Kryptografie
- Datenbank
- Java
- Python
- WebAPI
- Versionshinweise
- Über das WebAPI-Aktivitätspaket
- Projektkompatibilität
- XML deserialisieren (Deserialize XML)
- XPath ausführen (Execute XPath)
- XML-Knotenattribute erhalten (Get XML Node Attributes)
- XML-Knoten erhalten (Get XML Nodes)
- JSON serialisieren
- Deserialize JSON
- JSON-Zusammenstellung deserialisieren (Deserialize Json Array)
- HTTP Request (legacy)
- HTTP-Anfrage (HTTP Request)
- SOAP-Anfrage (SOAP Request)
Entwickleraktivitäten
Letzte Aktualisierung 21. Apr. 2026
UiPath.Python.Activities.GetObject
Diese Aktivität wird verwendet, um den.NET-Datentyp aus einem Python-Objekt abzurufen.
Kann nur innerhalb der Aktivität Python Scope verwendet werden.
Eigenschaften
Allgemein
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Eingabe
- Python Object - The Python object to extract the value from. This field supports only
PythonObjectvariables.
Sonstiges
- Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
- 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.
Ausgabe
- Result - The .NET type variable selected in the TypeArgument property corresponding to the Python object.