Hi @Shagoul ,
You could try:
1\Use a HTML to text action to convert the email body to a plain text.
2\you could use these expressions:
To get 98, you could try this expression:
first(split(last(split(EmailBody,'ID1 ')), decodeUriComponent('%0A')))
To get 100, you could try this expression:
first(split(last(split(EmailBody,'OnUsCheck ')), decodeUriComponent('%0A')))
Best Regards,
Bof