We load lists form our events and the lead comments field we are currently using maps well with the lead comments field we have created in sfdc but it overwrites it each time and we don't want that field to grow too large even if we decided to create it with breaks in between the notes. What I want to do is have the lead comments column in my list upload to go directly into the comments in a task. How would I create a token for that? I see that I need to put a custom variable in the comments section of the task I have set up in the flow action but I don't know how to connect the lead comments column in the list upload to the comments in the task.
Solved! Go to Solution.
If you create your "new Comments" field on the lead, then you can just pass the content as a token into the description in your Create Task flow step, {{lead.New Comments}}. This will overwrite the field each time, but will pass the new value to the task every time that it's uploaded.
If you create your "new Comments" field on the lead, then you can just pass the content as a token into the description in your Create Task flow step, {{lead.New Comments}}. This will overwrite the field each time, but will pass the new value to the task every time that it's uploaded.
Hi Molly,
When you upload the list in Marketo, map it to the 'lead comments' field. It will overwrite.
Simply add / trigger a smart campaign for these newly uploaded leads with 'Create a Task' flow action.
In that flow action, merge this 'lead comments' field.
Here is a screenshot. Merge the 'lead comments' token where the 'red box' is shown.
hope this helps
Rajesh
Hi Molly,
You need to set it up the following way:
-Greg