You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asana triggers all have the same generic event type that does not appear usable
$ qdp tsrest-asana/project_added event
event: New project event data
*list<*hash<auto>> events: elements ->
*string action
*hash<auto> parent
*string gid
*string resource_type
*string resource_subtype
*hash<auto> resource
*string gid
*string resource_type
*string resource_subtype
*hash<auto> change
*string field
*string action
*hash<auto> user
*string gid
*string resource_type
*string created_at
Notion Create Database action fails due to missing option values:
Error in async request (promise rejected) detail: APIResponseError: body failed validation. Fix one:
body.parent.page_id should be defined, instead was `undefined`.
body.parent.database_id should be defined, instead was `undefined`.
at buildRequestError (/Users/david/src/qore/git/module-v8/ts/node_modules/@notionhq/client/build/src/errors.js:162:16)
at Client.request (/Users/david/src/qore/git/module-v8/ts/node_modules/@notionhq/client/build/src/Client.js:378:54)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async run (/Users/david/src/qore/git/module-v8/ts/dist/pieces/notion/lib/actions/create-database.js:164:16)
Notion Create Database Item action fails with a JS error
2025-01-04 10:44:39.998089 T1 [ERROR]: ts-proxy: Error executing "CALL": User exception: /export/home2/dnichols/src/Qorus/current/qlib/TypeScriptActionInterface/TypeScriptActionDataProviderBase.qc:289 (Qore): JAVASCRIPT-ASYNC-ERR
OR: Error in async request (promise rejected): TypeError: Cannot convert undefined or null to object detail: TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at run (/export/home2/dnichols/src/qore/git/module-v8/ts/dist/pieces/notion/lib/actions/create-database-item.js:72:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) (context: API function for app "Notion" action "create_database_item") (arg: {})
*** RETHROW at /export/home2/dnichols/src/Qorus/current/qlib/TypeScriptActionInterface/TypeScriptActionDataProviderBase.qc:119 (Qore)
TypeScriptActionDataProviderBase::getAsyncValueArgsIntern() called at /export/home2/dnichols/src/Qorus/current/qlib/TypeScriptActionInterface/TypeScriptActionDataProviderBase.qc:122 (Qore user code)
TypeScriptActionDataProviderBase::getAsyncValueArgs() called at /usr/bin/ts-proxy:205 (Qore user code)
TsProxy::doAsyncCall() called at /usr/bin/ts-proxy:99 (Qore user code)
TsProxy::commandLoop() called at /usr/bin/ts-proxy:60 (Qore user code)
TsProxy::constructor() called at <builtin>:-1 (Qore user code)
The text was updated successfully, but these errors were encountered:
Create Database
action fails due to missing option values:Create Database Item
action fails with a JS errorThe text was updated successfully, but these errors were encountered: