Hi @Anonymous
Has your problem been solved?
I set up a flow, you can refer to below screenshots to see if it helps.
This is my test Form

Flow in details:

Expression1:
if(empty(outputs('Compose')),null,concat('How old are your?','</br>',outputs('Compose'),'</br>'))
Expression2:
if(empty(outputs('Compose_2')),null,concat('Do you like your job?','</br>',outputs('Compose_2'),'</br>'))
Expression3:
if(empty(outputs('Compose_3')),null,concat('Your department?','</br>',outputs('Compose_3'),'</br>'))
Expression4:
if(empty(outputs('Compose_4')),null,concat('Where is your workplace?','</br>',outputs('Compose_4'),'</br>'))


Save and test the flow.
When a new response is submitted, Test2 will receive an email like below.


Hope the content above may help you.
Best Regards
If my answer helps, then please consider Accept it as the solution to help the other members find it more quickly.