Exception: Adding datarow to DT_Output, Cannot find Column1

I have build a datatable DT_output and defined some columns in it and then entering rows to this table using “Add Data row” *(which is Inside the “ForEachRow” activity) but I am getting this exception

Exception: Adding datarow to DT_Output, Cannot find Column1

Hi @Sami_Rajput

Can you share a screenshot of you Build Data Table activity?

Regards,
Aditya

@adiijaiin


Here Dt_Extracted is the Data table I am getting as an output of screen scraping

Thanks

Hi @Sami_Rajput

  1. Did you pass 7 parameters in Add Data Row?
  2. Did you pass any column by the name “Column1” ? If not can you try creating a new workflow and retry with same steps? I see that there are some issues going on with Studio throwing some errors which shouldn’t be coming.

Regards,
Aditya

@adiijaiin
Yes, I have passed all the parameters and there is no column by name “Column1”

I’ll recreate the flow and let you know
Thanks

@Sami_Rajput

Just a wuick check in build datatable activity did you assign dt_Output?

Cheers

@Anil_G
Yes, it’s assigned