Merge pull request #6246 from Budibase/bug/sev2/edc-execute-v2

Use execute v2 in External Data Connector automation step
This commit is contained in:
melohagan 2022-06-14 16:39:30 +01:00 committed by GitHub
commit 014188f8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ exports.run = async function ({ inputs, appId, emitter }) {
}) })
try { try {
await queryController.executeV1(ctx) await queryController.executeV2(ctx)
const { data, ...rest } = ctx.body const { data, ...rest } = ctx.body
return { return {
response: data, response: data,