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.
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.