I want use some variable to specified row in For Each Row in Data Table activities

Is it possible to add count variable to value item40 ?

@Harpoon

I have not understood clearly what you mean
But is it

count is int

So in for each assign item40 = row(count).tostring

Regards,

Hi @Harpoon ,

You can just mention row(count).tostring or row(“ColumnName”).tostring

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.