I have a For each row in data table activity, and I grab text of different webpages based on a list of URL’s in a Google Spreadhseet. This part is OK. Then I need to insert these texts into the same spreadsheet, but here’s the problem at the final step:
I can’t insert string into a Google spreadsheet, because it expects a datatable. (“Value of type ‘String’ cannot bne converted to 'DataTable”)
When I try to change to string to database, it does not allow me because texts can’t be converted to database.
When I try to use the Assign activity, the problem is the same.
When I try to change the variable type in the Properties, it does not let me.
If your iteration is starting from first row then you can create a Index variable of For Each and append that to address like "A"+intIndexVariable.ToString