- The prefetch parameter will grab the contents of the merge field in its value column and store it as a variable. The variable label in brackets of the prefetch parameter can be whatever you want (avoid spaces and special characters). You will use this same label in braces in the value of your textToSave parameter to place the contents of the merge field where you want it.Example: for prefetch[oldtext]=~Contact.ContactNotes~, use the following formats in the textToSave value.
To prepend: Text you want to add. {oldtext}
To append: {oldtext} Text you want to add. - Use Infusionsoft’s Date merge fields to add a date.
- The text
\n
will create a line break.