QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface RunFormulaResponse

    interface RunFormulaResponse {
        result?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    result?: string

    The formula execution result.