Generate document with dynamic table in it

Hi,

I have to create a document(it could be any type) with dynamic table in it. is there a way to achieve this without using any other shared component/plug-in ?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Harsha

    Hi Harsha,

    Will you please explain that how to do it in script task when the row values are dynamic ..

    <td>John</td><td>Accounts</td><td>3 years</td></tr><tr><td>Philip</td><td>HR</td><td>5 years</td></tr><tr><td>Adam</td><td>Networking Services</td><td>2 years</td></tr> 

     In these lines, values(like 5 years, Adam)  are passed default...

    But how to pass it dynamic based on no of rows and values in each row which I had in pv

Children
No Data