I have a survey that is using piped data in VotC. I have included the piped data correctly, and followed a few tutorials out there on how to edit your survey snippet.
To generate dynamic content, I am following these rules -
[Survey-Snippet-Start]43643543-235423445|customer= {Full Name(Contact (Contact))}|user= {Owner(Opportunity)}|other_1= {Opportunity(Opportunity)}[Survey-Snippet-End]
What I have in bold is the typical dynamic code to use in an email inside a workflow. However when you click on the link, all you see is that exact code. So the survey, instead of showing:
Hello _CUSTOMER_PIPED_DATA_,
It's showing:
Hello {Full Name(Contact (Contact))}.
Another problem is that the Other_1 piped data isn't working at all. It's still showing _OTHER_1_PIPED_DATA_
I've followed a few tutorials to the tee, and tried removing/adding spaces in the snippet, etc. Nothing works. Can someone share with me their code that worked?
Thanks!
*This post is locked for comments