I would like to have the ability to search through the history of scenario runs. This is a feature I used frequently in Zapier.
The main use case is as follows:
I receive a webhook from Toggl for all-time entries created, which I then add to my project management software. These entries are stored in a MySQL database, and I can track the IDs between them. Since I receive numerous requests every hour, it would be helpful to be able to search through every execution related to a specific time ID from Toggl or task ID from Scoro. This way, I can troubleshoot and identify any issues in the data being sent to my project management software.
Additionally, it would be beneficial to select multiple scenario runs and rerun them all after fixing any issues.