Hello,
I’m trying to manipulate a multi-select field in a formula and I’m having a problem.
I have for example:
Data1,Data2,Data3,Data4,
I would like to be able to transform this data to have:
Data1, Data2, Data3, Data4
I tried with SUBSTITUTE, REGEX...