From the Feishu pack field report (#186 (comment), item 6c): passing the ACTION id (feishu.list_tasks) instead of the TABLE name (feishu.tasks) as the UDTF's second argument yields source pack 'feishu' has no table 'list_tasks' with HTTP 500 — but this is user input, not a server fault, so it should surface as 4xx. Also add one sentence to docs/open-connector.md on the table-name-vs-action-id distinction (the reporter hit it on their first try; the error text itself is already good).
From the Feishu pack field report (#186 (comment), item 6c): passing the ACTION id (
feishu.list_tasks) instead of the TABLE name (feishu.tasks) as the UDTF's second argument yieldssource pack 'feishu' has no table 'list_tasks'with HTTP 500 — but this is user input, not a server fault, so it should surface as 4xx. Also add one sentence to docs/open-connector.md on the table-name-vs-action-id distinction (the reporter hit it on their first try; the error text itself is already good).