You need to sign in to do that
Don't have an account?

issues with process builder incrementing number
Hi
I have built out a process builder flow that triggers when a task is created and meets criteria.
It will then follow to update a custom field Dials on related object Opportunities that is defaulted as "0" to increment +1 if criteria met.
I successfully get the field to increment from 0 to 1 however cannot seem to get it to fire for 1 to 2.
I cannot use formula Dials + 1, since it's pulling from the Task field.
Any ideas how I can get this cross object logic to increment from 1 to 2 and so forth?
Any insight would be much appreciated.
I'm also dealing with this issue of incrementing a number field on the related object by Process builder. I'd very appreciate any help.:)
Process builder - Update activity
Event creation error
Flow Application Error
You can pass the Id of the record (WhatId) into the flow and do all your logic, incrementing, and updating there. In the end I found the flow to be a lot better because instead of incrementing, I did what I actually wanted to do - which is to count the number of tasks of a particular type related to an Opportunity.