Interface KoBoToolboxTriggerNodeParameters

Source
interface KoBoToolboxTriggerNodeParameters {
    formatOptions?: {
        binaryNamingScheme?: "sequence" | "question";
        dataPropertyAttachmentsPrefixName?: string;
        download?: boolean;
        numberMask?: string;
        reformat?: boolean;
        selectMask?: string;
        version?:
            | "download_url"
            | "download_small_url"
            | "download_medium_url"
            | "download_large_url";
    };
    formId?: string;
    triggerOn?: "formSubmission";
}

Properties§

Source§

readonly formatOptions?: {
    binaryNamingScheme?: "sequence" | "question";
    dataPropertyAttachmentsPrefixName?: string;
    download?: boolean;
    numberMask?: string;
    reformat?: boolean;
    selectMask?: string;
    version?:
        | "download_url"
        | "download_small_url"
        | "download_medium_url"
        | "download_large_url";
}

Default: {}

Source§

readonly formId?: string

Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"loadForms"}

Source§

readonly triggerOn?: "formSubmission"

Default: "formSubmission"