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
Alan PershingAlan Pershing 

Newbie needs help with New Task setup

I'm not sure if this is the right place to post this question, but here goes:

I'm trying to set up a Workflow process that will generate a New Task when an Account field is altered.  My question is whether I can pass a parameter to the Subject line of the New Task that is the value of one of the Account fields.  So if someone types in "Contacted client and asked for case details"  in field X, I want to pass the value of X to the Subject line of the New Task.  

If this is the wrong place for this question, if someone could point me in the right direction, I'd appreciate it. 
Ansh CoderAnsh Coder
Hi 
Yes,you can use it.
 
Parker EdelmannParker Edelmann
Use a Create records action and reference field X to Subject on the task you wish to create. This is not a bad place to ask this question, another good place you can ask questions concerning automation is under the topic of Visual Workflow.