Zapier POST Query not fetching the required data since 15/03/24

We have a automation that links to a board in wherein when an item in created (via submission of a form), we need to get some of the column values and send an email via outlook.

It seems that the first POST query which is being sent to Monday.com is now not fetching the required value since 15/03.

Here is the Query:

{
items_by_column_values(
board_id:1250407949, column_id: name, column_value:“Start Date - DT”)
{
id
name
column_values (ids:[resource2]) {title, text}
}
}

Would it be due to upgrade of API to 2024-01 and if so any suggestions on how to make it work again would be very appreciated :slight_smile:

Hi there,

It seems like you’re encountering an issue with Zapier’s post query not fetching the required data since March 15th. Have you checked Zapier’s documentation and your account settings to ensure everything is configured correctly? You might also want to reach out to Zapier’s support for further assistance.

hi @DarshilVarmora

items_by_column_values is indeed depreciated in API 2024-01, you should use items_page_by_column_values instaed. See: Items page by column values