How to add "if not" condition in automations

Luigi
Luigi Member Posts: 12 VERIFIED MEMBER
First Anniversary Photogenic First Comment

Hello everyone,

I designed some automations to create new activities when a deal is moved to a next stage. However sometimes it happens that a deal is moved backward and this creates some issues since the same automatic activities are duplicated. I'd like to set a conditions like:

  • "Create activity x when a deal is moved to the next stage, unless an activity with the same name already exists"
  • "Create activity x when a deal is moved to the next stage, only if it is the first time the deal is in this stage"

Does anyone knows how to make this possible?

Thank you in advance!

Answers

  • Josh Buesking
    Josh Buesking Member Posts: 213 VERIFIED MEMBER
    Fourth Anniversary 100 Likes 100 Comments 5 Answers
    edited February 16 #2

    I set previous stage as a condition was so automations don't work backwards only forwards. Not sure if that helps.

    I know searching for a activity with specific name can be resource heavy. Can be done via third-party automation using API I'm sure.

  • Amit Sarda (AmitSarda.xyz)
    Amit Sarda (AmitSarda.xyz) Member Posts: 1,610 VERIFIED MEMBER
    1000 Comments 250 Likes Fourth Anniversary 25 Answers

    By adding another custom field to track if that activity is created or not.