Copy of Snippet "Notes"

Contact: {=extractregex({site: text}, "[\s\S]\nContact Name\n(.+)")}
{=extractregex({site: text}, "[\s\S]\nContact Email\n(.+)")}
Restaurant: {=extractregex({site: text}, "[\s\S]\nAccount Name\n(.+)")}
RID: {=extractregex({site: text}, "[\s\S]\nRID\n(.+)")}
{time: MMMM Do YYYY}

Issue: {=extractregex({site: text}, "[\s\S]\nSubject\n(.+)")}

Resolution: 

1 Like

Nice one, @Nicholas_Kinsey! How's it working for you so far? What are you using it with? Looks like Salesforce from what I see in the regex.

-Brad