Overview
public any function saveAction(
required string id
, required struct configuration
)
Updates the configuration of a given action in the form.
Arguments
| Name | Type | Required | Description |
|---|
| id | string | Yes | ID of the action to update |
| configuration | struct | Yes | Configuration to save against the item |