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

    Interface RunFormulaRequest

    Run a formula

    interface RunFormulaRequest {
        formula: string;
        from: string;
        rid?: number;
    }
    Index

    Properties

    Properties

    formula: string

    The formula to run. This must be a valid Quickbase formula.

    from: string

    The unique identifier (dbid) of the table.

    rid?: number

    The record ID to run the formula against. Only necessary for formulas that are run in the context of a record. For example, the formula User() does not need a record ID.