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§

§readonly formatOptions?: { ... }

Default: {}

§readonly formId?: string

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

§readonly triggerOn?: "formSubmission"

Default: "formSubmission"