Hi,
I’m building a workflow that creates a new ‘Account Value’ when an account is moved to a status of ‘Cancelled’. The Account Value is an entity related to the account.
The Account has a field called ARR (Annual Recurring Revenue) that sums all of the Account Values that have a type equal to recurring (it’s populated through a workflow). The value of the new cancelled Account Value should be the negative value of the ARR (-ARR).
The current workflow I have is working in that when an account’s status is moved to cancelled, a new Account Value is created. The problem is that the Value is blank - it is not populating the value with negative ARR.
Any suggestions on how to fix this or why this might be happening? Thanks so much in advance!
I’m building a workflow that creates a new ‘Account Value’ when an account is moved to a status of ‘Cancelled’. The Account Value is an entity related to the account.
The Account has a field called ARR (Annual Recurring Revenue) that sums all of the Account Values that have a type equal to recurring (it’s populated through a workflow). The value of the new cancelled Account Value should be the negative value of the ARR (-ARR).
The current workflow I have is working in that when an account’s status is moved to cancelled, a new Account Value is created. The problem is that the Value is blank - it is not populating the value with negative ARR.
Any suggestions on how to fix this or why this might be happening? Thanks so much in advance!
Comment