interface SeaTableTriggerV2NodeParameters {
assetColumn?: string;
event?: "newRow" | "updatedRow" | "newAsset";
options?: { convert?: boolean; simple?: boolean };
pollTimes: {
item: { mode: string & {} | "everyMinute" }[];
};
tableName?: string;
viewName?: string;
}
Properties§
Source§readonly table Name?: string
readonly table Name?: string
The name of SeaTable table to access. Choose from the list, or specify the name using an expression. Type options: {"loadOptionsMethod":"getTableNames"}
Source§readonly view Name?: string
readonly view Name?: string
The name of SeaTable view to access. Choose from the list, or specify the name using an expression. Type options: {"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getTableViews"}
Select the digital-signature column that should be tracked. Choose from the list, or specify the name using an expression. Type options: {"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getSignatureColumns"}