Convert DataTable to DataPackage
Converts a DataTable to a DataPackage. A DataPackage contains the data and metadata for InVision SQL Reports, Worksheets, Tables and Table Views Workbook components rendered in the UI. It is the payload returned from the InVision backend APIs to its tabular frontend components.
Use this action when you need to create a Flow that returns data to a SQL Report, Worksheet, Table or Table View in an InVision Workbook. It enables passing data directly from Flow to the InVision frontend without going through the InVision backend or database. This enables you to use Flow to create your own backend with custom business logic for displaying or editing tabular data in InVision.

Properties
| Name | Type | Description |
|---|---|---|
| Source table | Required | The DataTable to convert to a DataPackage. |
| Package name | Optional | The name of the dataset in the DataPackage returned to InVision. You only need to specify this property when returning data to an InVision SQL Report, and the report is using a named dataset to bind to a data grid or chart serie. |
Returns
This action returns a DataPackage object, which is the data structure containing the data and metadata for displaying SQL Reports, Worksheets, Tables and Table Views in InVision Workbooks.