I have an integration using the GraphQL API and add_file_to_column that works most of the time but occasionally it will give me this error “Column not found” but I know that this works and it’s just failing inexplicably at random times. Is this a known issue?
Here is an example:
mutation ($file: File!) { add_file_to_column(item_id: 10941668697, column_id:"files6", file: $file) { id } }