Forum Discussion

GZRService_Acco's avatar
GZRService_Acco
Qrew Trainee
3 months ago
Solved

Pulling Number out of a string

I am trying to pull out a record ID # from an email subject or email body. I want: Input -     Re: 4793 - New Ticket -... Output - 4793 Or Input -  Should be handled by: Maintenance Recipients...
  • GZRService_Acco's avatar
    3 months ago

    I ended up using a splice to take the first 8 characters minus the first 4.  It won't work on old tickets, but tickets moving forward will work.

    Thanks.