urrently, we use multiple scripts in UiPath Studio, and we utilize the “Invoke Python Method” activity. However, when there is an error in the Python script, we would like an alternative to navigate to the Python script directly. In UiPath 2023, do we have the option to use the coded workflow sequence to write code directly within UiPath for this purpose?
There is an option , how to use it
Anil_G
(Anil Gorthi)
October 17, 2023, 4:59am
2
@KARTHIK_98
Welcome to the community
currently it supports only csharp…
for java , python and all you have the respective invoke activities to be used
May be in future releases lets hope we get the feature you are expecting as well
cheers
Gokul001
(Gokul Balaji)
October 17, 2023, 5:09am
3
Hi @KARTHIK_98
Check out the Release notes
UiPath Community 2023.10 Release
Studio and StudioX
Handle large Excel files
If you’re working with larger Excel files, you can now use Workbook file resources to improve your performance. This will load the workbook details in memory and not require to reload them for each operation.
To create a Workbook resource, navigate to the Data Manager. Configure it with the Excel file required and any additional details. You can configure to improve performance even further. Once you’re done, configu…
UiPath Community 2023.8 Release
Studio and StudioX
Access a variable’s properties in the Use Variable menu
You can now drill into a variable’s properties through the Use Variable menu. Simply click on the Plus sign and select Use Variable which will open the same interface as below, with the enhancement to access a variable’s property. This should help especially with more complex types as you can.
In the use case below, I’ve used an Extract Data Table activity that outputs the result of the …
Regards
Gokul