Uipath iteration row column name pass through declared variables

Here am using for each loop to iterate
We can get the column value by index or column name

  1. Row(0)
    2.Row(“columname”)

But I need to pass variable instead .

Ex : creating string variable called xyz

I need to pass as below

Row(xyz)
But it isn’t working.tried to convert to string or object. Not getting out put.

Hi @srikanth_pandirla

Welcome to forum

What error it is throwing?

Thanks for your reply
Not getting any errors.
It is not giving output.

Can u share the screenshot?

@srikanth_pandirla

Check as below

Make sure that you are passing the column name correctly to the variable

Also check the scope the variable, and check any duplicate variables

Hope this helps you

Thanks

thanks. It is working :smiley:

@srikanth_pandirla

Great!!

Mark as solution if this helps

Thanks

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