in my windows application when i click info link the page is open like this.
rate type,rate ,start,end,forecast these all are headings and i have fill some data in that fields like corporate, now what i need is all that data extract into excel file.
Use Data scraping ,indicate the first and second element and you will get the entire data in table format and store it in Excel.
Regards,
A Manohar
i have already tried that activity, but it doesn’t work.
Scenario
1.Use Data Scraping to get the value in your apps.
2.USe Excel application scope
3.Use ForEachrow to iterate to dattable
3.Use write range to write the data
See this link for your reference.
https://www.tutorialspoint.com/uipath/uipath_studio_data_scraping_and_screen_scraping.htm#targetText=Data%20scraping%20is%20a%20technique,scraping%20wizard%20under%20Design%20tab.
If your unable to use Data Scraping then try with the Find Children activity and by using Get attribute get the particular element and store it in a variable.later write into datatable
Regards,
A Manohar
data scraping is not working,this is desktop application, so it throw the error message like this the control does not support the data scraping.
can you please send me any workflow.
So Data scraping is unavalilble for you app.I guess you might use the flow suggested by @Manohar1 to get the value of your application.
cheers
Happy learning
i have tried that find children activity but i didn’t get any data in my excel this is my total screen.i need to extract data from %Off rack to 75 into excel.
Hi @manogna
What object is that? in your application.and how does the data populate in your apps ?
cheers
Happy learning
@ manogna hi,
did you see if your table selector is dynamic or not ?
Exemple:
Like link tittle cam be “MY website Luis”
And another link can be “My website manogna”
only this diference can be a problem.
if yes in your selector for exemple change “My website*”