Skip to content

DataTable Component Get DataTable

Get a DataTable from a DataTableComponent.

Parameters

Parameter Description
Data Table Component The DataTableComponent to read from.
Data Table Optional output that stores the resolved DataTable.
Succeeded True when the component returned a table.

⚙ Details

This action reads the table from an existing DataTableComponent.

Use it when you already have a component reference and want to convert that into a DataTable for other Data Table actions.

If the component is missing or does not expose a table, Data Table stays empty and Succeeded is false.

Examples

  • Get a table from a cached DataTableComponent and then add rows to it.
  • Convert a component reference into a DataTable before saving or loading table data.