Create Activity in Workflow not working

CMB
CMB Member Posts: 18 VERIFIED MEMBER
10 Comments Name Dropper

Hey, can anyone tell me why this final step of my Workflow wouldn't be working?

Basically, if a link is not clicked in a previous email sent, I want it to create an Activity with a Task within a deal.

This is how I've set up the final step - any help would be greatly appreciated :)

Best Answers

  • Nikolai Sokolov
    Nikolai Sokolov Member Posts: 122 VERIFIED MEMBER
    100 Comments Third Anniversary 25 Likes 5 Up Votes
    #2 Answer ✓

    I'd double check which link is set up in the condition and test with clicking those links with you being the recipient. It's not passing the condition so that will be it

  • Nikolai Sokolov
    Nikolai Sokolov Member Posts: 122 VERIFIED MEMBER
    100 Comments Third Anniversary 25 Likes 5 Up Votes
    #3 Answer ✓

    thats because you're creating a task with a status To Do, then checking the status of that task (which is definitely To Do). You might want to create a delay for a couple of days and then check the status. Because the status right after creation is To Do, yep :)

  • Nikolai Sokolov
    Nikolai Sokolov Member Posts: 122 VERIFIED MEMBER
    100 Comments Third Anniversary 25 Likes 5 Up Votes
    #4 Answer ✓

    you're checking for the condition right after creation. your manual marking as done happens after the condition. try putting in a delay before that condition of a day or smth

Answers

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

    What's the trigger for this automation?

  • CMB
    CMB Member Posts: 18 VERIFIED MEMBER
    10 Comments Name Dropper

    Hi @Amit Sarda (AmitSarda.xyz) , the trigger is Deal Created

  • CMB
    CMB Member Posts: 18 VERIFIED MEMBER
    10 Comments Name Dropper

    @Nikolai Sokolov - could you also help me with this one?

  • Nikolai Sokolov
    Nikolai Sokolov Member Posts: 122 VERIFIED MEMBER
    100 Comments Third Anniversary 25 Likes 5 Up Votes

    Hi @CMB. Is "triggered by anyone" selected? How are the deals created? Thru API or manually? Is the rest of the automation triggering? Is the execution log showing any runs?

  • CMB
    CMB Member Posts: 18 VERIFIED MEMBER
    10 Comments Name Dropper

    Thanks @Nikolai Sokolov , I currently have it set as 'Triggered by selected users' while I'm testing. Deals are created manually. The rest of the automation is working fine, it's just this last step:

  • CMB
    CMB Member Posts: 18 VERIFIED MEMBER
    10 Comments Name Dropper

    I've actually just set up another workflow which is stopping at this point so I'm obviously setting this last step up incorrectly so hopefully you can show me where.

  • Nikolai Sokolov
    Nikolai Sokolov Member Posts: 122 VERIFIED MEMBER
    100 Comments Third Anniversary 25 Likes 5 Up Votes

    try changing the condition to "Email link has been clicked" to "is empty"

  • CMB
    CMB Member Posts: 18 VERIFIED MEMBER
    10 Comments Name Dropper

    Thanks for the suggestion @Nikolai Sokolov, this worked 🙌 My next issue with this workflow is that, even when I mark the activity as Done, the workflow is saying it has passed the condition 'Activity is To Do' which is allowing the workflow to continue when, in reality, I want it to not progress if the Activity is marked as done.

  • Nikolai Sokolov
    Nikolai Sokolov Member Posts: 122 VERIFIED MEMBER
    100 Comments Third Anniversary 25 Likes 5 Up Votes

    Hi @CMB i think I wrote this above, but here it is again: on the screenshot you're creating an activity, then immediately checking for the status. this will always pass, because the activity is created with a "to do" status.

    Add a delay of several days before the condition to make sure there's time for manual update of the task.