Typical Ticket Summary Line Examples:
The number string I want to copy always starts with a 25 or 26
Upon ticket transition I would like a rule that reviews the summary line for number strings starting with a 25 or a 26 and copies that number string to a specific field (Loan Number)
I am new to advanced automation so I'm really lost with smart values and such :(
Thank you!
Ken
Hi @Ken Rupin
Well done solving your own question!
Yes, and...what is the source of your Summary field: a process, a person, both, etc.?
I ask because the match() function can return a list of values; thus, when there are multiple numbers in the Summary matching that regex it will return a list of them. For the smart value expression you show, that list will implicitly convert into CSV for them.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.