Hi, in pipeline I have an array column that describes some module and their associated actions and it looks like this:
[module 1: action 1
module 2: action 2
module 3: action 3
module 4: action 4
]
But when i use this column in the workshop it looks very messy like this:
module 1: action 1|module 2: action2|module 3: action 3|module 4: action 4
How can I have a smart view like this in the workshop:
module 1: action 1
module 2: action 2
module 3: action 3
module 4: action 4
so one line then space then another line to look good followed by a bullet sign.
How are you accessing the data in Workshop?
Yes, Ontology Object
If you want to format this differently, you can either use some of the other widgets – did Object Table not work for you?
Yes, Object Table will work but it will be in table, but as I have many module and actions to show in single row, it may not feasible.
I believe function can be a good choice. I we use function then do I need to create it in code repo?
There’s growing support for struct columns in the Ontology and Workshop. If your array columns are all key:value pairs, a struct column type might offer simpler implementation for the proposed function and other uses around the platform.