-
How recursion of record creation can be stopped via Process builder in Salesforce?
I have created a process builder in which I am creating a case record when opportunity amount comes under the range of 200 to 300. But it is creating a case every time I am updating the amount value in between range of 200-300 but I want to create case for only one time when amount comes into its defined range. How can we achieve this?
Log In to reply.