I'm trying to iterate a variable, containg a comma separated list of values, using the List Iterator but the last item in the CSV list is always appended with a carriage return and line feed. Is this a bug and, if so, has it been fixed in newer versions of FB? I'm using v5.5.0.518
I'm trying to workaround the problem by using the String Replace action to remove the CR and LF but I can't get it working. What do a need to use for the Search String?
NB: I tried using String Trimming but it didn't remove the CR & LF, is this by design?
Thanks