Hello all. Hoping this is a simple thing, but not sure how to resolve. We have an SMS to email relay that changes the HTML to text (using the Html to text (preview)), and the output is correct, but is something like this (Number is fake and the URL is fake):
You've received an incoming SMS from John Doe to +185456731597:
Test 10 — ClickSend.com
[https://randomsuperlongurl.com]
Basically, I want to trim the output so that it ignores everything before the "+185456731597:" and everything from "— ClickSend.com" after, so that it just gives the output "Test 10" (or whatever that SMS would be).
I am trying to use compose inputs with no luck.
Any help would be greatly appreciated!