I use Alteryx to process some data and then save it as a html file, as well as an Excel file.
Then I input the html file (a table) as part of the email body and the Excel file as attachment, finally save an email draft file (eml file).
Somehow, some data was changed in the table in email, while data in the attachment file was correct.
For example, the data in one cell is "ABBN=Z", but in the table in email, it became "ABBN=/td> "; "TRS_ING_SGEF=F_16May23_92.75" became "TRS_ING_SGEF=16May23_92.75".
Can anyone help me understand what was wrong/ caused the issue? thank you in advance!