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 format Options?: { ... }§
readonly form Id?: stringForm ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"loadForms"}
readonly trigger On?: "formSubmission"Default: "formSubmission"
Default: {}