diff --git a/packages/server/src/automations/steps/queryRows.js b/packages/server/src/automations/steps/queryRows.js index 6584cda8d3..5bc19d0022 100644 --- a/packages/server/src/automations/steps/queryRows.js +++ b/packages/server/src/automations/steps/queryRows.js @@ -74,7 +74,7 @@ exports.definition = { async function getTable(appId, tableId) { const ctx = buildCtx(appId, null, { params: { - id: tableId, + tableId, }, }) await tableController.find(ctx)