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:
commit
11a9f2328d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue