@servicenow/sdk - v4.7.0
    Preparing search index...

    Input for FlowAction tool - name, type, and value (dynamic per action)

    interface FlowActionToolInput {
        $id: ExplicitKey;
        name: string;
        type: ToolDataType;
        value: ToolInputValue;
    }
    Index

    Properties

    Properties

    Unique identifier for the attribute mapping record - required for stable identity

    name: string

    Matches the input parameter name defined on the Flow Action

    Input type - must be a valid ToolDataType. Invalid types ('Document ID', 'Reference', 'Snapshot Template Value') are not supported.

    Input value - can be static string, template string ({{...}}), or tool output reference