New Feature: Action runs 🗣 Now Available for Custom Actions

:dizzy: We’re excited to share an update that makes building and debugging Custom Actions significantly easier. You’ll now see a new section inside each Custom Action called Action Runs, which provides visibility into every run of that action, including logs and execution details.


This feature is especially helpful for anyone developing custom workflows that rely on external APIs, dynamic inputs, or multi-step logic.

What Action Runs Provides

Action Runs automatically records each time your Custom Action is executed and gives you:

  • A unique session ID for every run
  • A timestamp of when the action was executed
  • Print-statement logs from inside your action
  • Any returned values or error messages
  • The ability to quickly diagnose failures or verify success

Example of What You’ll See

You will now be able to open an Action Run and view output similar to:


Or, in the case of an error:

Important Note
The Action runs tab is available only for Custom Actions.

We hope this addition makes it easier to test, validate, and improve the custom integrations you build inside Pickaxe. Let us know how it works for you or if there is anything we can clarify. :speaking_head:

3 Likes