Announcement

Collapse
No announcement yet.

"ifThen" doesnt work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • "ifThen" doesnt work

    This is the formula i have applied in Lead entity. After record created this code has written in workflow action
    Here trying to get the count of same phone number and if count>1 need to make the description value as test. I got the count ,But "IfThen" doesnt work
    recordCount = record\count('Lead', 'phoneNumber=',phoneNumber)
    ifThen(recordCount>1, description="test")
    Please help on this formula.
Working...
X