Is "Concat Items" only working properly with simple string?
The script below works properly to populate a data table with string items chosen from a list (A to I). However, when I change "A-I" items to mor complex string, for example "Change process based on study results", the script does not poulate the datatable properly (does not transfer at all). Is the "Concat Items" only working properly with simple characters? Or is the problem somewhere else? Than...