Question
Labb Consulting
PH
Last activity: 24 Jul 2022 22:44 EDT
HTML stream to display values from clipboard properties
Hello I am using HTML stream to create the structure of the body invite in Exchange using Microsoft Graph API and a connect-REST service is used to call the API. The body invite structure is saved and is displayed on the actual invite at Exchange as HTML which is the expected and desired output but the issue is that the clipboard properties that I need to display in the body invite are not being shown despite using the html code below:
<html>
<body>
<p>Customer name: <pega:reference name=".pyWorkParty(Customer).FullName"</p>
<p>Email address: <pega:reference name=".Email"</p>
</body>
</html>
The html is in the same class as where the property values I need are. I have tried to use Primary and pyWorkPage explicitly but the values are not being displayed still.