Screen scrapping

I scrape the text and using region so i saved in a variable as System.Collections.Generic.IEnumerable<Uipath.core.textinfo> now i m using that text in Type into activity but it throws a validation error as cannot be converted into string please help me i need the scrape text into Typeinto activity.

@sambana_karunakar could you show a screenshot of your workflow…

Hi,

Use the output Text from the Get OCR Text and not the WordsInfo output. This one will return you a string variable that can be used in the TypeInto activity.

Thanks,
Ninett

2 Likes