I have been using this workflow for a while now and just discovered today that if you have a comma in one of the events, then it fails. It is expected to parse a string like this "event1,timestamp1,event2,timestamp2,..." If event1 contains commas it becomes "event1,thing1,thing2,timestamp1,..." and ...