I utilized the table extraction activity to retrieve a table from a web page. However, when I execute the workflow, I encounter the following issue:
I have attempted to resolve this problem by increasing the timeout value, but that approach has not proven effective
so basically it will happen because the web page takes long time too load or if the data extraction process exceeds the timeout limit or not visible on the webpage while extracting.
Despite the timeout, I was still able to view the page on the front end and attempted to extract the table. As a solution, I closed the session and then reopened it. Subsequently, I was able to successfully extract the table data.