@Sytehel
Use the "Template" action from the "String" module
5197c678-0d01-4941-95db-66a3edba53ec-image.png
90359299-f59e-4236-8633-f456017797bb-image.png
54bcfa80-8c0b-48b5-a526-0b38e60acbf8-image.png
I want to distinguish data in the message section
-
Hello, there is a 6-digit code in the message section as shown below. How can I distinguish this code?
I'm not very familiar with the program, I would appreciate it if you could give me some details.

-
@halilhrm0618 you can try regular expression as
>\d{6}</td>
then use again regular expression
\d{6}