MULTIPLE_CONNECTIONS

Uses multiple accounts from different connections when calling an integration function. Useful when you have multiple accounts connected for the same integration.

Parameter List

Syntax
MULTIPLE_CONNECTIONS(functionconnectionsConfiguration)
function

The integration expression or function you want to execute. Note: The multiple_connection is not applied to functions nested deep inside function.

connectionsConfiguration

The integration connection and account combinations to be used.

Examples

MULTIPLE_CONNECTIONS(GET_TRANSACTIONS(), [["360393682","Banco Satander Totta"],["460393682","Crédito Agrícola"]]) returns the list of bank transactions for the accounts in the workspace connected at Banco Satander Totta and Crédito Agrícola respectively.