UiPath Version query

Hello @UiPath_Community

I am having a query can you please help.
What is the difference in below two UiPath Studio versions:
2022.10.3
2021.10.5

Also what to know if currently I am using 22.10.3 version and if I downgrade to 21.10.5 so how it will impact my automation script?

Thanks in advance

1 Like

Here are some of the new features that were introduced in UiPath Studio 2022.10.3

  • Live streaming for debugging
  • Search for activities in all official packages
  • Streamline work by automatically generating variables from activity outputs
  • Properties panel available for all activities
  • Data Manager received multiple updates
  • Applications and URLs can be tracked
  • New activity: Update Row Item
  • Else section of If activity now optional in all Studio profiles
  • New activity: Modify Date
  • Following DataTable activities ported over to StudioX profile: Generate Data Table from Text, Select Data Table Rows, and Filter Data Table Rows

Here are some of the new features that were introduced in UiPath Studio 2021.10.5

  • Orchestrator HTTP Request activity now compatible with Modern Folders feature in Orchestrator
  • Check True and Check False activities now have a new property, named Result, which outputs a boolean variable that states whether the expression it was used with was true or false.
  • Invoke Process and Invoke Workflow File activities now log additional information when running.
  • Invoke Process and Invoke Workflow File activities now receive dynamic arguments as input.
  • Set Credential activity now has a new property field that uses SecureString variables for sensitive login information, called SecurePassword.
  • Message Box activity has a new property, called TopMost, that, if selected, forces the message box to the foreground.
  • Select File and Select Folder activities are now displayed in the foreground automatically.
  • Kill Process activity has a new property field, named AppliesTo, which enables you to choose whether to kill the process only if it belongs to the current user, only if it is on the current session, or if it belongs to a different user.
  • New activity: Update Row Item
  • Else section of If activity now optional in all Studio profiles
  • New activity: Modify Date
  • Following DataTable activities ported over to StudioX profile: Generate Data Table from Text, Select Data Table Rows, and Filter Data Table Rows

Please note that this is not an exhaustive list of all the new features and bug fixes in the two versions. For more information, please refer to the UiPath release notes.

If you currently using UiPath Studio version 22.10.3 and downgrade to 21.10.5, the following may happen

  • Your automation scripts may not work properly. This is because some of the new features and bug fixes in version 22.10.3 may not be available in version 21.10.5.
  • You may need to update your automation scripts. If your automation scripts use any of the new features in version 22.10.3, you will need to update them to use the equivalent features in version 21.10.5.
  • You may need to test your automation scripts again. After downgrading to version 21.10.5, you should test your automation scripts again to make sure that they are still working properly.

Here are some specific things to look for in your automation scripts when downgrading from UiPath Studio version 22.10.3 to version 21.10.5

  • Check for any uses of the new features in version 22.10.3. If your automation scripts use any of the new features in version 22.10.3, you will need to update them to use the equivalent features in version 21.10.5.

  • Test your automation scripts again to make sure that they are still working properly. After downgrading to version 21.10.5, you should test your automation scripts again to make sure that they are still working properly.

If you are unsure whether or not your automation scripts will be affected by downgrading to UiPath Studio version 21.10.5, you can back up your automation scripts and then downgrade UiPath Studio. Once you have downgraded to version 21.10.5, you can open your automation scripts and test them to make sure that they are still working properly.

Hope this helps

Cheers @Vaibhav_Shukla

Why would you downgrade? 21.10.5 is really old.