How to write row.Item(+variable)

Hi all,

i created a string variable that have name of my column : columnname

then i want to use it in a for each row activity like: row.Item(“+columnname”)

but it doesnt work. How can i write this variable as a text?

directly we can mention like this buddy
row(variablename.tostring).tostring

Cheers @mazlumkacar

1 Like

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