I am trying to use Data Scraping for the table on the webpage, it was working fine until yesterday.
Once I click on the row I want to select, the robot is showing the following error message:
I tried with initialized data table before scraping and ContinueOnError True/False, but that didn’t work as well.
What could I try in order to fix this?
I have initialized the data table at the beginning of the sequence.
Column names were extracted automatically since the robot could recognize table format on the webpage.
Currently the robot is not able to see the table and outputs wrong column names.
@bp777 It looks like something changed in the application. Hence the bot not able to identify the tables in the application and so it is showing empty column in the error msg
Definitely, it’s very weird since the same thing was working a few days ago.
@Vaibhav_Rajpoot_17 I am not able to share the screenshot of the table since it contains business data, but you can find the attached error screenshot In the post.
Edit: I have also changed project settings to modern but the issue still exists.