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
wasea
(Vasile)
May 23, 2021, 12:53am
2
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.
instead of row use currentrow
changed to current row now having another issue
Sorry I am still very new to uipath
wasea
(Vasile)
May 23, 2021, 9:39am
8
You have a typo, is .ToString, not ToSring, at the CurrentRow(“Name”).
Please correct that, shoul work after.
Vasile.
I get this type of result in e mail body I need it into table format how could i get it
wasea
(Vasile)
May 23, 2021, 1:02pm
11
Hello,
Did you check the option…Is Html?
From the Send outlook email…
I hope it helps…
Vasile.
system
(system)
Closed
May 26, 2021, 1:03pm
12
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.