Forum Discussion
lillyknox
12 months agoNew Contributor
Hello, I tried this and changed the XML to show the following and I got the desired "Test" but it was not linked. is there something else I need to do with the quotes in the XML since the quotes are there in the pipeline parameter?
<a href = $item.Link_To_SF_CT_Record>Test</a>
aditya_gupta41
12 months agoContributor
Somehow, I am unable to upload my slp pipeline which have the solution, but here I am attaching the SS for your reference.
<html>
<body>
<a href="$item.Link_To_SF_CT_Record">Test</a>
</body>
</html>