# Checking Execution History

This guide explains how to view and manage the execution history of your SheetPoet functions.

# Accessing Execution History

  1. Log in to your WordPress admin dashboard
  2. Navigate to SheetPoet > History
  3. You'll see a list of all function executions

# Understanding the History Table

The execution history table shows:

  • ID: Unique identifier for the execution
  • Task ID: Groups related executions together
  • Function: Name of the executed function
  • Type: Function type (Import, Upload, or Trigger)
  • Status: Success or Error
  • Date: When the function was executed
  • Actions: View details or delete the record

# Viewing Execution Details

To see detailed information about an execution:

  1. Find the execution in the history table
  2. Click the View button (eye icon)
  3. A popup will show:
    • Function parameters
    • Execution result
    • Error messages (if any)
    • Execution time
    • Memory usage

# Grouping by Task ID

To organize related executions:

  1. Toggle the "Group by Task ID" switch
  2. Executions from the same operation will be grouped together
  3. Click on a group to expand and see all related executions

# Troubleshooting Using History

When troubleshooting function issues:

  1. Check the execution status (Success or Error)
  2. View the execution details to see error messages
  3. Look at the parameters to verify correct input
  4. Check the execution time for performance issues

For more help, see our Troubleshooting Guide.