mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add filters to all getAll operations to Salesforce Node (#1292)
* ⚡ Add filters to all get:All operations * ⚡ Small fix * ⚡Add description to condition fields * ⚡ Minor improvements to Salesforce-Node Co-authored-by: Harshil <ghagrawal17@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -33,9 +33,9 @@ export const flowOperations = [
|
||||
|
||||
export const flowFields = [
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* flow:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* flow:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Return All',
|
||||
name: 'returnAll',
|
||||
@@ -77,9 +77,10 @@ export const flowFields = [
|
||||
default: 100,
|
||||
description: 'How many results to return.',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* flow:invoke */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* flow:invoke */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'API Name',
|
||||
name: 'apiName',
|
||||
@@ -133,7 +134,7 @@ export const flowFields = [
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
description: 'Input variables as JSON object',
|
||||
description: 'Input variables as JSON object.',
|
||||
},
|
||||
{
|
||||
displayName: 'Variables',
|
||||
|
||||
Reference in New Issue
Block a user