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
DataTableComponentand then add rows to it. - Convert a component reference into a
DataTablebefore saving or loading table data.