I'm relatively new to the LiveCycle world and I don't know how to do something that I imagine is relatively simple. I have a LiveCycle process that will generate a PDF document. I'd like to merge part of the data model into the text of the document, but can't see how you would do that. A simple example of what I mean would be to have a persons details in the data model (title, forename, surname, address etc), and then have the text of the letter start with something like "Dear ${title} ${surname}," where, obviously, the appropriate values are substituted in.
How do you do that?