Dynamically populate email body

Hi
I have a form that when it’s sent then it send an email with values provided to the user. What i would like is to show on the email body only the field that are filled and no empty fields. This is possible. Actually my email is an html file.
Thanks

Hi.
You can create your email HTML body in steps - using multiple set values inside conditions - then concatenating all set values in the email body.

Hi sid
Thanks for your reply. I will try this way.