How can I run a file made in 2024 version in 2022 version?

Hi all - I have a file I want to run in my UiPath but it was developed in the 2024 version, whereas I only have the 2022 version. It’s a very hard ask to get my license upgraded to 2024 since it’s a firm thing - any workarounds?

Hi @Anushka_Purohit

Open the project in your 2022 version and keep the run time rule as lowest applicable and select the highest versions for all the packages using manage package from ribbon panel and it works !!

Regards

1 Like

@Anushka_Purohit,

It would be specific to each projects but here are few checkpoints to follow.

Compatibility Check and Adjustments

UiPath projects are stored in JSON format within the .xaml files and other configuration files. You can try manually adjusting the project files to be compatible with your 2022 version:

  • Check Project Dependencies:
    • Open the project.json file in a text editor and check for any dependencies that are specific to the 2024 version.
    • Update the dependencies to versions compatible with the 2022 version if possible.
  • Adjust Activities and Packages:
    • Open the project in UiPath Studio 2022.
    • Resolve any errors related to activities or packages that might be using newer features not available in the 2022 version.
    • This might involve replacing certain activities with older or alternative ones.

LLM helped me to write this.

Thanks,
Ashok :slight_smile:

1 Like

@Anushka_Purohit

  1. First downgrade the activity packages to match your version
  2. Open the project in 2022 version and check if you find any issues and resolve them
  3. Try not to use new activities which are added recently to avoid conflicts

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.