Hello,
Im using GraphQL with the new api version (2024-04) and im trying to pull all the items in a specific board and group and also that the value in the date column will be a specific date as well.
Im a bit new to items_page and so Ive managed to create the following query which doesn’t work for some reason.
Im not getting any error, its just that the result is empty which is surely not correct.
Also, Im sure the columns id and variables are correct, so its probably the request structure.
Do you have any idea what can be the issue?
Thanks!
Is that possible to use labels within query params for a “status” column?
I see that it works with index (int) but failed to receive text as for label.
I also looked for it on the documentation and couldn’t find a solution.
I noticed that its possible to use text when i use “items_page_by_column_values” but not on “items_page”.
This is the code i used for retrieving the status with text, that didn’t work:
I’ve actually had success using the “contains_terms” operator with a precise label match to get a single label choice. (Can’t seem to items matching more than one label since its an all terms not any terms)
The query structure is correct, but the problem may be with the comparison parameters. Make sure the compare_value for the date column is in the correct date format and matches the format used in your database. Also make sure your filter rules correctly identify the group and date. Check your data and make sure it matches the request.