activities
latest
false
UiPath logo, featuring letters U and I in white

Workflow activities

Last updated Mar 3, 2026

OutputDataTable

Writes a DataTable to a string using the CSV format.

Definition

Namespace: UiPath.Activities.System.API

Assembly: UiPath.System.Activities.Api (in UiPath.System.Activities.Api.dll)

OutputDataTable(DataTable)

string OutputDataTable(
    DataTable dataTable
)
string OutputDataTable(
    DataTable dataTable
)

dataTable DataTable : The DataTable object to be written into a string.

Return value

The output of the DataTable object as a string.

  • Definition
  • OutputDataTable(DataTable)
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated