Hello community,
After the process being ran, there is nothing in this output excel.
What are possible reasons and how to solve it?
Thanks in advance.
Where is your excel file created. Is it present in your project folder?? If yes, please change the location path of excel file to Common drive like C. So your excel path will look like C:\foldername\TestData.xlsx.
In this way you can see changes in your file.
Regards
In the Extract data table activity you can see the Continue error option is enabled. Make sure before writing into csv file check the your dt.rowcount then you can write into the CSV.
Regards,
Gowtham K
Thanks @Gowtham_K115
Should ContinueOnError be changed into “False”?
When below emerges, what are possible reasons and how could I solve it?
Thanks @Parvathy
I tried, but still nothing emerged in the excel.
Could I get any other suggestions ?
You can set it to false as the result table which u will read that you are passing as input to write in csv file
Try changing the wait for ready to complete
Or try to capture this again
As because of this till result is generated u won’t be able to write anything in csv
Even if u will enable continue on error
The result table will be null and it won’t append anything
Thanks for your solution.
Could I obtain more specific descriptions or more detailing explanation about “Make sure before writing into csv file check the your dt.rowcount then you can write into the CSV.”, especially "check your dt.rowcount ".
I am not clear enough about "check your dt.rowcount ":
1.What does dt.rowcount here point?
2.How to “check your dt.rowcount” ?
Your kind explanations would be understanded easier if screenshots could be attached.
Thank you in advance.
Hi @jast1631
Thanks for your solution.
I guess that I have followed your solution and set “False” in ContinueOnError and selected “Complete” in WaitForReady, but nothing new happened, there are not any output data in the output excel.
Whether here are anything else I should do besides operations above?
Thank you in adavance.
Can u share screen shot of your selector or can u share ur package ?
Basically the error is about ui activity only it’s not finding correct elements
By any change can u add more attributes in selector
I am sorry due to workload I could check the code you shared
Will try to go through it today
@Dingkun_Yang
Thank you @jast1631 , I have resolved this problem by upgrading Ui automation package and changing the setting language into English.
Thank you all guys! @Gowtham_K115 @Parvathy
Okay @Dingkun_Yang