I am trying to swap column order using a choose
parameter in the Direction
field of a row. I have the param setup as follows
"columnOrder": {
"label": "Column Order",
"type": "choose",
"initial": "false",
"isVar" : true,
"options": [
{ "value": "false", "label": "IMG Left" },
{ "value": "true", "label": "IMG Right" }
]
}
I then have in breakout mode, put this code {{dc:p:columnOrder}}
into the direction field. When placed in a text area it does output true or false, and manually putting true or false into the direction field does work, but the parameter is not working…