Hi,
I’ve created a workflow that retrieves a list of records and I’d like to do a loop on it, but it always returns the value 0 and the step goes into error.
This is some screenshots of my workflow:
-
Result of the loop node:
-
Loop node configuration
-
Get all requirement node config
-
Get all requirement node output
[
{
"createdAt": "2024-08-21T08:14:51.910Z",
"updatedAt": "2024-08-21T08:21:10.374Z",
"id": 3,
"createdById": 2,
"updatedById": 2,
"requirement": "Test 1",
"optional": false
},
{
"createdAt": "2024-08-21T08:22:38.440Z",
"updatedAt": "2024-08-21T08:22:38.440Z",
"id": 4,
"createdById": 2,
"updatedById": 2,
"requirement": "Test 2",
"optional": true
}
]
- Workflow overview
Thanks for your help