Hello,
Would anyone help me…
While Iam adding data to a data table using add row activity for a multiple times my previous data is replaced but I don’t want that I want it to be appended.
Thank u in advance
Hello,
Would anyone help me…
While Iam adding data to a data table using add row activity for a multiple times my previous data is replaced but I don’t want that I want it to be appended.
Thank u in advance
Hi,
Can you share your workflow?
Regards,
Are you initializing the datatable with an Assign statement each time? That empties the table.
@mukesh_behera Is this issue resolved?
Yes.
Well that’s your problem. Initializing it deletes the data that’s already in it. You only need to initialize once. Move that Assign to before the loop.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.