...
- You can NOT activate a process if there are more than 50 Active workflow rules on that object already. Note: you can keep creating workflows if there are more than 50 workflows, but you will get stopped if you try to deploy a workflow from Sandbox, or activate a process. (See https://help.salesforce.com/apex/HTViewSolution?id=000181391&language=en_US)
Issues
...
- .
...
Updates
- Can
- If it has been activated, you can't save it even as a new Version of the process - you have to save it as a completely new process.
- It doesn't even prefill what you had previously saved it as - you have to look at the name on the process behind the save as dialog.
- You can't delete a process if it was used in the past 12 hours - this is a huge PITA for testing processes. Probably why it is better to do them in sandbox and push them over only after they are really ready.
Issues
Lots of known issues https://success.salesforce.com/issues_index?tag=Process%20Builder
Updates
Fields
- Can't use formulas for creating field values. Options:
- Create the formulas in other fields
- Use Publisher Actions
- Use Flow Triggers.
...