In various DataManager workflows, I use the Collapse Values operation.
Yet I am struggling with the performance of this operation. What can I do to make it faster? Is it an option to use the formula equivalent ([Field A]&"seperator"&[Field B]) or will this only be slowing down even more?
Hi Alexander, the formula is just [Field A]+" "+[Field B] - if you wish to use the space separator. Whether this is going to improve your file performance - you should test it... Paola