I’m trying to look up the employee number of a list of companies (list is in excel), and trying to extract the number and write it into a new column on the excel document. I keep receiving the following error: Write DataTable to Excel: The source data has no rows or columns. I have included screenshots of my sequence. Any help would be greatly appreciated!!
Before writing the data table to excel check if the table is getting extracted .
Keep a message box after Extract Table Data activity and verify if the count is equal to the table extracted by below condition: ExtractDataTable.Rows.Count
If the row count is 0 then your table isn’t getting extracted.
Thank you so much for the feedback! Please see my questions below:
Where should I insert the following information? In the For Each Excel Row table or the Write DataTable to excel table? Sorry i’m very new to RPA so the more detail you can provide the better.