My goal Query (result multiple rows) → loop (for each row) → execute action
I had setup automation
- Query returns 3 rows
- in loop section I add either return {{data}} or {{steps.query.data}} bit show same array on preview
- Then i specify action from action library that calls external webhook
the problem that loop step returns array with nulls after execution and action does not show any activity. And there is no way i know to debug what is happening with each loop step.
Any hints how to do it correctly?


