Kanban Stacks column formula

Is there example of what values are expected under this formula section?

I tried “createObject(“High”,“High”,“Medium”,“Medium”)” as example but doesnt seem to work.

I want the each stacks column to show High as label and value as High.

[{
“label”: “High”,
“value”: “high”
}]

An example of a format you can use, the array of object needs to have a key and value, in this case the label will be shown as the column name and the value will be what will group the cards of your kanban

1 Like

Thanks that worked!

1 Like