Conditional dataset missing conditions

A conditional dataset must contain at least one branching condition and exactly one fallback/default case, both of which must refer to existing datasets. 

{
  "name": "CustomerNames",
  "type": "Conditional",
  "conditions": [
      { "if": "$[Type] == 1 && !startsWith($[CustomerName], \"Test\")", "then": "FullNames" },
      { "otherwise": "CompanyNames" }
  ]
}


This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?