Hello,
I want to read specifict values from a table in email body and assign them to a variable for future uses.
This is an example of the email body:
Hello, we have created a case with n° 12345678, next is some extra info:
{Table}
COLUMN 1 || COLUMN 2 || COLUMN 3 || COLUMN 4 || COLUMN 5 ||
12345 || 678988 || TEXT 1 || TEXT 2 || 159753
I want to take the case number and each value from the table .
Thank you in advance for your help.