Interestingly, it’s not every email coming in, and it was hard to see a pattern of when it was failing… spot checking looked like some might not have had any cc’s, but others did… Not sure, but this is a major problem for us now with almost a dozen failures.
I worked through about 10 of the messages coming in and thought I would have to manually copy the body information onto the ticket, but it looks like the ticket is still being updated as expected, so that’s certainly helpful.
Thanks again for the heads up on this. It is now resolved.
This was indeed from an update. The update incorrectly treated an empty array as being invalid. In your case, your rule iterated over the list of CC recipients. When that list was empty, the Iterate action incorrectly marked that as an error.