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
Dorothy DaviesDorothy Davies 

Process Builder Order

I am new to process bulider but I have built a couple.  I am having issues with the order (thats all i can think of).  I am doing a field update based on conditions.  They work fine one at a time, but when they are togeather, only the top one works.  This is how i have them set up:

If marketing description field does not equal global constant empty string then update item description with marketing description
If marketing description field equals . or global constant empty string then update item description with line item comments

I have one more that i need to add but i want these to work before i add the last condition.  Any help would be appreciated.