Asking for little help again:
I have a simple workflow: split comma separated string to rows, sort the output in alphabetical order, then combine the output together into one row to have the values in string sorted.
The workflow itself is easy to craft, the thing is that I need to run it through multiple fields (columns) in the table.
I can multiply the same workflow for each field and just change the source column for each flow, but maybe there is better solution?
I thought about some kind of batch macro, but it seems that such macros are for processing group of records within same field (column)?