Question

Monday.com check if item exists

  • 24 January 2021
  • 2 replies
  • 636 views

Hello,

I just want to check if a record exits on monday.com with the item id or not. I have tried “Get Column Values” action but it stops the ZAP when the item is not found with the item id. 

 

I have selected the true option even if the ZAP stops when record is not found “Should This Step Be Considered A "success" When Nothing Is Found?”, below is the screenshot.

 

If anyone knows any other way of doing the same, please share here. Thanks in advanced.

 

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @jacky.utwani 

You may have to look into a more technical solution involving the Monday API to query for the Item, which can be accessed via a Webhooks action step in the Zap.

Webhooks: https://zapier.com/apps/webhook/integrations

Monday API: https://monday.com/developers/v2#queries-section-items

Userlevel 1

Did you get this resolved? 

It seems like the option:  “Should This Step Be Considered A "success" When Nothing Is Found? “ should allow the Zap to continue without an error.

I’m running into the same issue.