I have a Clients board with Mobile (phone column). I use API to search the board and get the matching client id.
Please see the Clients board with values in the attached screenshot.
I use this query for search.
query { boards (ids: 1917599964) {
items_page (query_params: {rules: [{column_id: “mobile”, compare_value: [“+912222333345”]}]}) {
cursor
items {
id
name
}
}
}
}
I get this result even thourh there is row in the board with matching mobile number value.
{“data”:{“boards”:[{“items_page”:{“cursor”:null,“items”:}}]},“account_id”:25600960}
Need help to fix this.
