I am using the "Start and wait for an approval" connector within my custom flow. I am also adding a response variable inside an send mail v2 connector, so that any responses from the approver get sent to the submitter who filled out the form. But I would like to concatenate HTML before the response, only if there's a response from the approver. Is this possible to setup a condition like this from within Power Automate?
Something like this
(if there is a response from the approver)
<p>the part before the response</p>
The actual response