When to Use It
- Display structured data in presentations
- Create comparison tables and reports
- Add data tables from workflow results
- Build formatted data summaries
- Present metrics and KPIs in table format
- Generate dynamic tables from data sources
Inputs
Field | Type | Required | Description |
---|---|---|---|
Presentation | Text | Yes | Google Slides presentation URL or ID |
Slide Number | Number | Yes | Position of the slide to add table (1-based) |
Table Data | Array | Yes | 2D array of table data (rows and columns) |
Position X | Number | No | X coordinate in points (default: 100) |
Position Y | Number | No | Y coordinate in points (default: 100) |
Width | Number | No | Table width in points (default: 400) |
Height | Number | No | Table height in points (default: 200) |
Table Data Format
Provide data as a 2D array where each sub-array represents a row:Output
Returns table creation details:Credit Cost
- Cost per run: 1 credit
Tips
- First row as headers for better formatting
- Keep data concise to fit in table cells
- Use consistent data types within columns
- Position carefully to avoid overlapping other elements