I have a custom module which has a number of workflows, but it seems that I need to duplicate them - one for when the record is created and another for if a specific field is modifield.
Example: I want to concatenate First Name and Last Name into a field called Full Name
I have a workflow on create that does it
I have another workflow if either field is edited that does it.
It seems my workflow list is littered with these duplicates, which weren't a concern until I have just run out of workflows on that module.
I appreciate that you can choose the trigger to be Create or Edit, but I don't want it to update the Full Name (or whatever) every single time the record is edited, regardless of which fields have been changed. Is there a way to have the Specific Field Modified trigger also work when the record is created, if that field has been completed?