Forum Discussion
Aleksandar_A
12 months agoContributor III
Hello lillyknox,
In order to access a Pipeline Parameter in the XML Generator Snap, you have to use the
${_pipelineParamName}. Could you try with the following expression for the link?
<a href="${_Link_To_SF_CT_Record}">TEST</a>
Try this and let me know if this works for you.
Regards,
Aleksandar.
Hello! Thank you for your response. This is what I tried. For the first one, I got the same issue with the link and for the second one, I was unable to get a link and instead returned [${Link_To_SF_CT_Record}]Test.
<a href = "${item.Link_To_SF_CT_Record}">Test</a> <a href = "$item.{Link_To_SF_CT_Record}">Test</a>