MrKezay
(Alperen KEZAY)
June 18, 2021, 3:30pm
1
Hello everyone,
I compiled the data I read from the Excel file above into a table using HTML and sent it as an email. But I don’t want to include the 3 fields I marked into the table. I prepared the table with the method I showed below. I would be glad if you help.
Thanks
Hi,
you can use the Filter DataTable Activity and filter the columns to remove these 3 columns.
Happy automating!
1 Like
MrKezay
(Alperen KEZAY)
June 18, 2021, 3:43pm
3
Hi @lukasziebold ,
But after sending the mail, I need to bring back these columns.
Hi ,
clone the original dt to another and remove the columns in the duplicate dt to send email and after that use the original dt for further operations.
1 Like
MrKezay
(Alperen KEZAY)
June 20, 2021, 8:13am
5
This is how I did the solution but forgot to write it here. Thank you @Krishna_547
1 Like
system
(system)
Closed
June 23, 2021, 8:13am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.