To debug my workflow I do “console.log(…)” in actions. How can I get these messages?
So far I found two ways, which don’t work for me:
- Monitoring → Action Logs, but: it’s a real-time stream, I can’t get the messages from the past
- Monitoring → Logs → Completed login operation → Details → Action Executions, but: because of some bug in the custom workflow (on my side, not yet reproduced), the operations don’t finish either successfully or with an error, so there is no entry in the logs
Where should I look?