#
Checking Execution History
This guide explains how to view and manage the execution history of your SheetPoet functions.
#
Accessing Execution History
- Log in to your WordPress admin dashboard
- Navigate to SheetPoet > History
- 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:
- Find the execution in the history table
- Click the View button (eye icon)
- A popup will show:
- Function parameters
- Execution result
- Error messages (if any)
- Execution time
- Memory usage
#
Grouping by Task ID
To organize related executions:
- Toggle the "Group by Task ID" switch
- Executions from the same operation will be grouped together
- Click on a group to expand and see all related executions
#
Troubleshooting Using History
When troubleshooting function issues:
- Check the execution status (Success or Error)
- View the execution details to see error messages
- Look at the parameters to verify correct input
- Check the execution time for performance issues
For more help, see our Troubleshooting Guide.