We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8700252 commit a2abfb7Copy full SHA for a2abfb7
foreach.js
@@ -4,7 +4,7 @@ export default defineComponent({
4
name: "Foreach",
5
description: "Runs a sub-workflow for each value of an array",
6
key: "foreach",
7
- version: "0.0.5",
+ version: "0.0.6",
8
type: "action",
9
10
props: {
@@ -34,7 +34,7 @@ export default defineComponent({
34
data: record,
35
headers: {Authorization: `Bearer ${this.api_token}`}
36
})
37
- results.push(resp.data)
+ results.push(resp)
38
}
39
return results
40
},
0 commit comments