Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Can't use formulas for creating field values - eg Can't set the date as today. Options:
    • Create the formulas in other fields
    • Use Publisher Actions
    • Use Flow Triggers. 

...

  • It seems like you have to write formulas in a programming way, not the regular formula way. Eg:
    • I could not use AND(true,true,true), I had to use true && true && true
    • I had to use field != "" rather than NOT(ISBLANK(field))
  • OMG, can't use some major formulas in Process Builder. 

    "If a formula in a process uses any of the following functions, the formula will return null.
    • IMAGE
    • INCLUDES
    • ISNEW
    • ISPICKVAL"

  • Formulas can only be 3000 characters, which is way less than even regular formulas, and usually the trick is to use Workflows to deal with larger formulas - back to workflows for this one. 

  • You can't check Syntax on the formula - you have to save it and go back into each time
  • I would suggest you create all your criteria in a formula field on your object as a checkbox field, and then just use that one field as the criteria within the node

Auditing

...