Body, Mind & Soul — API Reference
    Preparing search index...

    Function _renderFormulaError

    • Show a tile-picker prompt for correcting a formula that failed to parse. Pre-fills the input with the bad formula so the user can fix it inline. Resolves to the corrected formula string. Throws BmsPromptAbort on cancel.

      Spec fields: badFormula : string — the formula string that caused the error errorMessage : string — the error message to display sourceName : string — name of the document owning the trigger entryType : string — outcome or condition type key fieldName : string — config field where the bad formula lives

      Parameters

      • spec: object
      • Optionalopts: { requestId?: string } = {}

      Returns Promise<any>