How can I enable classic and modern design in version 2023.12.0

Hi all,

I would like to know how to enable classic and modern design in the new version of UiPath.

Thanks

BlankProcess - UiPath Studio Community 1_12_2024 4_04_20 PM

Hi @Andre_Jose

The update for 2023.12.0 have removed the classic switch option. So, what ever the project is being created they will be created as modern project only. If you required you can just use the classic activities by applying the classic filter option in activities panel.

If you want to use Screen Scraping or Data Scraping options you can do the below process:
Open your Project.json file and add the below give line below “fileInfoCollection”: ,

 "modernBehavior": false,

Refer the screenshot below for better understanding:

Save the json file and reopen your project, you will be able to to see Screen Scraping and Data Scraping option.
Refer the below image for better understanding:

If you don’t want these options you can remove that particular line i.e. “modernBehavior”: false, from the json file and save the file. Reopen the project again you will project will be in Modern Experience.

Regards

1 Like

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