## Cannot use non string variables in a string for choice column display ### That works ```yaml choiceColumn: - path: "priceOverride.value" forDisplay: true ``` ### That throws an error ```yaml choiceColumn: - path: "priceOverride.value.toString() + 'x'" forDisplay: true ```