Print out build datatable

When i use build datatable, how can I print this datatable on a new excel sheet

Hello @llllllkt99

Once you build the datatable you will get the result in a datatable variable. Then you can use a Write range activity to write to excel. You can use any of the below methods.

image

image

Hi @llllllkt99

Use build data table activity
Store it in Dtbuild variable

Use write range activity

In the excel path - give your path
Sheet name - “sheet1”
Data Table - Dtbuild

It will create the new excel file in the give path and write the value that are in the data table.

Regards
Gokul

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.