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 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?
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,
Or you can use the Table Extraction option in the design ribbon as @ppr said both are same.
Hope it helps!!
NOTE: Open project.json File
Add:
“modernBehavior”:false,
below “fileInfoCollection”: [],
and Save it.
AND IF YOU NEED CLASSIC ACTIVITY
Hope it will helps you
Cheers!!