Hi all,
I want to get the HTML code from an HTML file and then use this code in the email body. I have used the capture activity but this approach does not work. The attached HTML files are for reference.
Hi all,
I want to get the HTML code from an HTML file and then use this code in the email body. I have used the capture activity but this approach does not work. The attached HTML files are for reference.
Hi
Use Browser: Get source code from Actions Panel.
HTH
Regards
Rightly said
Use following action to read the html file: Text file: Get text
Source file: Path to your HTML file
Output: String variable
You can then use this string variable inside email html body.
Rightly said
I want to get the table from HTML and create that table in the email body. HTML files are attached earlier, and email body sample is also attached below.
Rightly said
I want to get the table from HTML and create that table in the email body. HTML files are attached earlier, and email body sample is also attached below.
Further you can refer below link to get an in-depth understanding of creating dynamic HTML table.
https://www.youtube.com/watch?v=n6EJrGePoiE
Use following action to read the html file: Text file: Get text
Source file: Path to your HTML file
Output: String variable
You can then use this string variable inside email html body.
The input file is in HTML format and by using the get text action you can provide text files only.
Rightly said
I want to get the table from HTML and create that table in the email body. HTML files are attached earlier, and email body sample is also attached below.
Further you can refer below link to get an in-depth understanding of creating dynamic HTML table.
The HTML file table has some data as well like some time 1 row 2 3 till n so thats why
Rightly said
I want to get the table from HTML and create that table in the email body. HTML files are attached earlier, and email body sample is also attached below.
Further you can refer below link to get an in-depth understanding of creating dynamic HTML table.
The HTML file table has some data as well like some time 1 row 2 3 till n so thats why
Extract the data and set in a list, after that you can set in the static HTML table using above logic
Use following action to read the html file: Text file: Get text
Source file: Path to your HTML file
Output: String variable
You can then use this string variable inside email html body.
The input file is in HTML format and by using the get text action you can provide text files only.
Use following action to read the html file: Text file: Get text
Source file: Path to your HTML file
Output: String variable
You can then use this string variable inside email html body.
The input file is in HTML format and by using the get text action you can provide text files only.
Yes you can this also.
But I am getting some extra data like serial number and NAN in empty cells. Below is the HTML CODE, no need of <th>0</th> and NAN. how i can remove or handle them
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>UBBE Number</th>
<th>Pickup Number</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>ub8698258298</td>
<td>NaN</td>
</tr>
</tbody>
</table>
As the HTML files that you shared contains : UBBE Number and Pickup Number, So is the Pickup Number same as Tracking Number?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.