Cannot tag an HTML EDITOR contents

  • 18 November 2020
  • 4 replies
  • 2 views

9488i8B762AE8882B60E7.png

Can anyone help me on this .. I cannot tag the content inside the html editor so that i can insert new row on the table shown in the imag with nintex rpa tag action.Thank you


4 replies

Userlevel 1
Badge +5

Hi Jayson-Pajarito


is there a HTML source button on that Editor? can you paste here a screen shot of the HTML source of the content?


suspect that the table might not have the <table> tag or the there is CSS that making it hard to read.


Thanks

Hi @majid_sahib 
yes there's a source button and here is the content.

<p><a href="https://www.google.com">Home</a> / <a href="https://www.google.com">About</a> / <a href="https://www.google.com">Business Opportunities</a> / <span style="color: rgb(0, 0, 0);">Request for Proposal</span></p>

<h4><strong>Request</strong></h4>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>



<table border="0" cellpadding="1" cellspacing="1" style="width: 100%;">
<thead>
<tr>
<th scope="col">Reference No.</th>
<th scope="col">Description</th>
<th scope="col">Closing Date and Time</th>
</tr>
</thead>
<tbody>
<tr>
<td>TEST0000001</td>
<td>
<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</strong></p>

<p>&nbsp;</p>

<p><a href="https://www.google.com"><strong>Download</strong></a></p>
</td>
<td></td>
</tr>
<tr>
<td>TEST0000002</td>
<td>
<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</strong></p>

<p>&nbsp;</p>

<p><a href="https://www.google.com"><strong>Download</strong></a></p>
</td>
<td></td>
</tr>
<tr>
<td>TEST0000003</td>
<td>
<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</strong></p>

<p>&nbsp;</p>

<p><a href="https://www.google.com"><strong>Download</strong></a></p>
</td>
<td></td>
</tr>


</tbody>
</table>

<p>&nbsp;</p>

Userlevel 1
Badge +5

Thanks Jayson-Pajarito


i grabbed your HTML and it produced a Table with 3 columns:
Reference No.
Description
Closing Date and Time


Then i pointed the Target at the "Description" column and it grabbed this column ...then click on the >> to get the Table ..then click on "Get Info" to get the Table rendered for you ready to be accessed by the RPA botflow.


I used IE browser not chrome.


hope that help

@majid_sahib can i ask for the link for IE extension for nintex RPA cause i cannot make it work so i can try and test as well thank you

Reply