function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lakshmi SatyamLakshmi Satyam 

Workflow: Create a task for lead object by displaying lead name field into task description field through workflow.

Can anyone help me , whenever lead is created then we have to create a task by assigning to particular user with due date  using workflow. So, now I want to populate lead fields like name,email etc into task description field. 
 Can I achieve this without creating another workflow on task object?  
Is it possible to do only with workflow ?  
Thank you in advance 
Best Answer chosen by Lakshmi Satyam
Vikash TiwaryVikash Tiwary
With one workflow it is certainly not possible. However, you can do it using one process builder. For descrption field choose the type as formula and bring all those values from lead which you want in description. See the screenshot for PFA.

User-added image

Please let me know by marking it as best answer if it works for you.

Thank you

All Answers

Vikash TiwaryVikash Tiwary
With one workflow it is certainly not possible. However, you can do it using one process builder. For descrption field choose the type as formula and bring all those values from lead which you want in description. See the screenshot for PFA.

User-added image

Please let me know by marking it as best answer if it works for you.

Thank you
This was selected as the best answer
Lakshmi SatyamLakshmi Satyam
Thank you Vikash Tiwary for your reply. I have already tried with porcess builder. 
Vikash TiwaryVikash Tiwary
Great, please close this by marking best answer