I'm trying to use split() in K2 workflow designer. When I use split() with inputs like below screen shot:
Text to split: Test1 is the data field. Value of Test1 is Apple;Orange
Separator: ;
Return value from Split(): AppleOrange
But I need to copy the return value Apple in a datafield and Orange in another data field. Is it possible to do? if yes, can you please tell me how?
FYI: I'm using K2 Five.
Thanks!