km_set_action_xml
Replace the XML content of a specific action in a macro using its UID or name and action index. Useful for programmatic action modifications.
Instructions
Set/replace the XML of a specific action in a macro. Use km_get_action_xml first to get the current XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| macroIdentifier | Yes | Macro name or UID | |
| actionIndex | Yes | Action index (1-based) | |
| xml | Yes | New XML for the action |