Extracting tabular data

How to extract tabular data when data scrapping is not working from application opened in citrix machine.
which activity we should use

@Gayathri_Mk

Use CV Extract Table Activity to scrape Table data from Citrix systems.

Hi

There are two options to get those data

  1. Screen scrapping - its output will be of string type
    That string variable has to be passed to GENERATE DATATABLE activity to get as datatable output

Or

  1. CV activity to extract table

Cheers @Gayathri_Mk

which package need to be installed to get this activity in uipath.

Hi

It is already there under UiPath.UIAutomation.Activities pack

So we can search as Computer vision in activities panel

Or if you are having older version of studio try searching as vision in ALL PACKAGES in Manage Package window

Cheers @Gayathri_Mk