1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

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 11a9f2328d

View file

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