Hi community,
I would like to multiplicate rows depending on the values of a multiselect field "Values".
e.g.:
1) field multiselect "Values" can contain a, b, c
2) if a single value a, b or c is selected, there is no need to multiplicate the row
3) if more than one value is selected
3a) the original row should remain
3b) for each value in "Values" the row should be duplicated
3c) a helper column "copied value" should contain the value e.g. a, b, or c
I tried some ways by the help of a second helper table and workflow "copy row", but I had problems with disabled workflow after the first run and with setting of values, because there is no following action (copy row) possible.
Is there any one with a good idea or hints how to get this to work?
Thank you very much, Joachim