n8n-nodes-tulip
Version:
n8n nodes for sending data to the Tulip API
23 lines • 688 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.description = void 0;
exports.description = [
{
displayName: 'Table Name or ID',
name: 'tableId',
type: 'options',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
default: '',
required: true,
displayOptions: {
show: {
resource: ['table'],
operation: ['lookupTable'],
},
},
typeOptions: {
loadOptionsMethod: 'getTables',
},
},
];
//# sourceMappingURL=description.js.map