How do i use datascrapping in modern design

Hi all

i need to use datascraping but my UiPath studio in modern design i don’t see the option for change the classic, anyone please advice how do i use?

Hi @divyanancypaul.it

Check out this thread

Regards

1 Like

@divyanancypaul.it

in modern we do have the ribbon menu item: Table Extraction

E.g.

Hi @divyanancypaul.it

With out using data extraction and all you can use the Extract Table data activity which also works like data Extraction, it is the modern design activity.

Check the below image for better understanding,
image

Or you can use the Table Extraction option in the design ribbon as @ppr said both are same.

Hope it helps!!

Hi @divyanancypaul.it

  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!!