ClickUp table syncing issues

I’m syncing a list of tasks from ClickUp into one of my documents, but I’m having trouble understanding how to configure it.

I want to update the status criteria to choose which statuses should be included in the sync (specifically because I want to use the include_closed parameter, but I’m having trouble figuring out how to make it work.

I’ve tried a few different options in this field:

  • include_closed
  • "include_closed"
  • ["include_closed"]
  • etc…

But none of these have worked:

Failed to communicate with ClickUp: 400 - {“err”:“statuses must be an array”,“ECODE”:“PUBAPITASK_014”}. Please try again later.

Can anyone help?

I reached out to the author, who has fixed a bug with the code. The correct way to populate the field is with a comma-separated string, eg:

incoming, awaiting deposit payment, confirming dates, finance setup, ready to start, in progress, blocked, paused, closing, verification, include_closed, closed

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.