Hi @husham86 ,
Could you please tell me:
Is your email formatted like this?
Comments
Name888
U7283271
XXXXXXX
XXXXXXX
1. Use replace to replace "Comments" with a null character.
2. Use trim to remove spaces in the returned string.
3. Use split to split the string into arrays with newline as delimiter.
4. Add [1] after the expression.
I have made a test for your reference:


split(trim(replace(outputs('Compose'),'Comments','')),decodeUriComponent('%0A'))[1]
Best Regards,
Levi