I am using the following query:
{‘query’: ‘{items (ids: (##########]) {column_values {… on CreationLogValue {created_at}}}}’}
The goal being to find the creation date of an item in monday.com per the instructions in Creation log
I am getting only empty results for each column, instead of a column showing the creation time.
tl;dr: I’m using the method suggested by monday.com to get the creation date, and no column is showing info, is there an issue with my queries, or if there is an alternative method, please let me know.