How to Avoid comment duplication when integrating ADO and CU

I am trying this scenario: I want to sync comments from Azure DevOps to Clickup and vice versa. If a new comment is added on Clickup, then DevOps will be updated.

I have two rules to do this, but when I switch on both the rules, there are duplicate comments on both platforms.

Can someone please tell me how i check n stop this duplicate comments.

So i got a way to avoid duplicates. Sharing for everyone.

  1. Create a Database each for clickup and Devops on make.com and store the comment.
  2. On the Scenario to update comment. add a step to fetch the last comment
  3. Define variable
  4. Add filter.

I am attaching screenshot of all steps








2 Likes

Hello there @indresh_mishra :blob_wave:

Wow! Thanks for such a complex explanation of your solution! We appreciate you returning here with the fix to your troubles.

Keep up the good work!

2 Likes