Hi Team,
I have a situation like i have a filtered datatable and i need to paste it in between the two parah’s in a template as tables. How can i do that. I tried with copy paste activities but failed.
Regards,
Nandakishore.
Hi Team,
I have a situation like i have a filtered datatable and i need to paste it in between the two parah’s in a template as tables. How can i do that. I tried with copy paste activities but failed.
Regards,
Nandakishore.
Input the Source Datatable and write to a Temporary Datatable Variable
Once you write the Temporary Datatable Variable to the template you can clear the Datatable
Hope this may help you
Thanks,
Srini
By using which activity i can write data table in text file
format of the table you need to write to Text file
Regards
Hi
Welcome back to UiPath forum
If your template is a word document then would recommend to install UiPath.word.activities package and use Insert datatable
https://docs.uipath.com/activities/docs/word-insert-data-table
Cheers @nanda_kishore
You can keep a indicator saying some value like
where you can mention hereHope this may help you
Thanks,
Srini
Hi Srini,
Its not a word document. Its an Email template. I cant use email activities here so i need to use copy and paste activities.