https://sonarly.com/issue/21236?type=bug When a workflow action's settings contain a non-string value (e.g., number, boolean, or object) for a field rendered as text, `getInitialEditorContent` crashes because `.split()` is called on a non-string value.