How do I incorporate HTML into the Details of Start and Wait for an Approval. I am only trying to use an unordered list.
<!DOCTYPE html>
<html>
<body>
<ul>
<li> Approving this request acknowledges that current Island inventory can support additional demand based on @{triggerBody()?['Customer']} projected usage for the next 4 weeks.</li>
<li> Approving this request acknowledges that current State inventory can support additional demand based on @{triggerBody()?['Customer']}projected uage for the next 8 weeks.</li>
</ul>
</body>
</html>
Please note that I am using dynamic content for Customer. Copying and pasting made it look different.
This approach for HTML does not work.