are you sure workflow.apiresponse is an array? Som...
# 🌎general
a
are you sure workflow.apiresponse is an array? Sometimes API responses are an object with
data
and
status
and a few other fields. An easy way to troubleshoot is to
console.log(apiresponse)
so you can see if you need to specifiy
workflow.apiresponse.data
or another field