Change Studio from Modern Design to Classic

Hello,
Previously we use to follow the below method to change the Studio Modern to Classic.

But I am able to see the option to disable the Modern Design.
Also, In project settings it’s not available.

Studio ver is 2023.12.0 - Community Edition.

Any Suggestions on the same.

Thanks

@Gagan_Chaudhari007

If you want to use Classic activities then go to Acivities panel click on Filter then enable Classic

So you can find classic activities.In the latest Update there is no option to change from modern to Classic

Hi @Gagan_Chaudhari007

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

2 Likes

@Gagan_Chaudhari007

check the reference

1 Like

Classic activities are there for legacy purposes.

If you are learning UiPath you should be learning to develop with the Modern Activities. UiPath switching off this setting should give you a signal that those activities are being phased out.

Why are you trying to work with Classic?

Hi @Gagan_Chaudhari007

  1. Before UPDATE

NOTE: Open project.json File
Add:

“modernBehavior”:false,

below “fileInfoCollection”: [],
and Save it.

  1. After UPDATE

AND IF YOU NEED CLASSIC ACTIVITY

image

Hope it will helps you :slight_smile:
Cheers!!

1 Like

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