How Can I Access Logs to Troubleshoot My Custom Code Step?

This topic was automatically generated from Slack. You can find the original thread here.

Noob question here, I have a custom code step, when I run it, it runs successfully, but I cannot access the logs. Only the Details tab is available to me. How can I troubleshoot my code?

The logs tab is only clickable if something has been logged (console.log(), etc.).

Same for the exports tab (if your code returned something).

And same for the input tab (if your step has inputs).

That makes sense. Turns out my code is what was broken :joy: thanks for the help