Flex Connector Variables
  • 14 Nov 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Flex Connector Variables

  • Dark
    Light
  • PDF

Article Summary

This document describes the variables configuration option of the Flex Connector. As the Flex Connector configuration might be long and complicated to review, you can set variables to help in managing and editing of these defined variables.
When configuring a variable, users will need to enter the variable name and variable value. Once a variable is configured, it can be used in multiple different parameters. In order to use a variable in the configuration, users will need to enter the variable name in curly brackets.

Examples:

  • Variable name: access_token
  • Variable value: my secret access token
  • Headers configuration: {"access_token":"{access_token}"}

  • Variable name: records
  • Variable value: 10
  • URL Parameters configuration: type=record&limit={records}
Note

A variable can appear in multiple places in the configuration depending on the need but in each place it should always be in curly brackets


Was this article helpful?