Update static value widget
update_static_value_widgetSet the value on a Static Value widget — a number, an amount like "R50", or free text like "Active". It has no datasource and never fetches, so the value is shown exactly as passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget ID (from list_widgets). | |
| name | No | Label shown above the value. | |
| value | Yes | The value to display. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The widget as saved, holding the value inline. Nothing is fetched, so it is already showing what you passed. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |