Row is not declared. Append line issue

Hi am trying to add excel data table to an email body.
I made a text file so I can use the txt file for a email body.
I am getting an error in append line. In the text I have used this

But I am getting an error

‘row’ is not declared. It may be inaccessible due to its protection level.

How to fix this or any other suggestion.
Many thanks

Hello @ravindar.singh ,

Can you post a screenshot with your flow?

Is this activity inside a for each row from datatable?

Vasile

Hi @ravindar.singh

Did you want to convert the datatable to html table,

In this package there is an activity called convert to html, please try this

Thanks

You can use row(from for each row) within the for each scope.

image

instead of row use currentrow

changed to current row now having another issue

image

image

Sorry I am still very new to uipath

You have a typo, is .ToString, not ToSring, at the CurrentRow(“Name”).

Please correct that, shoul work after.

Vasile.

it worked thanks heaps.

I get this type of result in e mail body I need it into table format how could i get it

image

Hello,

Did you check the option…Is Html?
From the Send outlook email…

I hope it helps…

Vasile.

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