RE: How to I add case number to the response data of MS Forms Pro
Hi Harish,
Thank you for reply, Here problems is I'm using below custom flow.how to mention the case number could please help me for this.
<p>Hello @{body('Get_record')?['fullname']}</p>
<p>Thank you for contacting IT support.This email is to confirm that your support case has been closed, The details of the service request case are as follows</p>
<table>
<ul>
<tr><td><li>Case Number:@{triggerBody()?['ticketnumber']}</li></td></tr>
<tr><td><li>Case Title :@{triggerBody()?['title']}</li></td></tr>
<tr><td><li>Closed Date :@{body('Convert_time_zone')}</li></td></tr>
</ul>
</table>
<br>
<div>
</div>
<a aria-labelledby="surveyLinkId" class="button" style="text-decoration: none; color:white" href="" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable"><span id="x_surveyLinkId" >Start Survey</span> </a>
</body>
</html>