set_content_control_value
Update the value of a content control using its tag. Supports text and checkbox inputs (true/false for checked/unchecked).
Instructions
Update the value/text of a content control by its tag.
Args: tag: Tag name of the control to update. value: New value. For checkbox: 'true'/'1' = checked, 'false'/'0' = unchecked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |