workiva_full_link_flow
Link a spreadsheet cell to a document or table location, with optional publishing, for regulated reporting.
Instructions
End-to-end linking: create anchor on spreadsheet, insert destination in document/table, optionally publish.
Args: spreadsheet_id: The spreadsheet UUID (for publish step) table_id: Source table UUID (where the anchor goes) table_revision: Current revision of the source table source_row: Row of the cell to anchor (0-based) source_column: Column of the cell to anchor (0-based) target_type: "richText" for document or "table" for table cell destination target_id: Target richText UUID or table UUID target_revision: Current revision of the target paragraph_index: For richText targets — paragraph index offset: For richText targets — character offset target_row: For table targets — destination row target_column: For table targets — destination column publish: Whether to publish links after creation (default True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| publish | No | ||
| table_id | Yes | ||
| target_id | Yes | ||
| source_row | Yes | ||
| target_row | No | ||
| target_type | Yes | ||
| source_column | Yes | ||
| target_column | No | ||
| spreadsheet_id | Yes | ||
| table_revision | Yes | ||
| paragraph_index | No | ||
| target_revision | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |