Resolved! Detecting the first line of an email in an inbound action
Hi Everyone, I am working on an inbound action and I can't seem to find out how to detect if the first line is blank in an email, with just a carriage return. I've tried finding \n \r and \n\n. indexOf() seems to return the first time they come up in...