I am trying to store the data in a database(using UiPath) after data scraping all the data from a website but getting an error in “Add Data Row”.
I am not able to solve the error because it always says “index was out of range. Check that the collection has values and the index is less than the size of the collection”. “IndexOutOfRange” exception.
But now I am getting some other error and that is
Source: Insert
Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information.
ExceptionType: InvalidOperationException