Hi @Yoichi @Anil_G @Palaniyappan
Facing error while creating a form task.
Anil_G
(Anil Gorthi)
2
@Dinesh_Guptil
As per error looks like you are havign a datarow variable and it cannot be serialized…so please remove that variable out of scope
cheers
@Anil_G
i am using currentrow to create the form task
i want to serialize the currentrow before creating the form task
Anil_G
(Anil Gorthi)
4
@Dinesh_Guptil
May I know why are you using current row
are you usign for loop?
cheers
@Anil_G
I am creating a task to get the data for every row in datatable so i used foreach
Anil_G
(Anil Gorthi)
6
@Dinesh_Guptil
Please use parallel for each
Cheers