Working on a project to insert a datatable into a Word Doc template. I don’t need the headers from the datatable variable.
I have tried a few methods and just want to ask if anyone has tried this before.
My thought process is to write the table to an Excel doc, read it back in without the headers then insert Word. It’s a workaround but I’m wondering if someone might have a better way to do this.
Fine
welcome to uipath community
we can use INSERT DATATABLE activity inside the WORD APPLICATION SCOPE
for that go to design tab and manage packages and in official tab search and install UiPath.Word.Activities
–to read the datatable without headers while reading itself with READ RANGE uncheck ADD HEADERS property in the property panel
–then use a remove datarow activity where mention the row index as 0 and mention the datatable name as well
–followed by use these set of activities
–once after installing we can use these set of activities