Transform: String Mapping

Transforms one string into another, from a provided map of strings.

Fork and customize

Integrations

Configuration

Input parameters

  • Name: string_input
  • Description: The string to be transformed by this action
  • Type: STRING
  • Name: mapping
  • Description: A new-line separate list of mappings. For example: Critical -> Severe
  • Type: STRING
  • Name: fail_on_missing
  • Description: When no mapping exists, should this action fail? If not, the original value will be passed through
  • Type: BOOLEAN