Google Sheet New Row Events

Is there a way to get the information for a workflow execution that is no longer listed in the Inspector page of a workflow? I have a workflow that triggers off of new rows being added to a Google Sheet. Downstream of the trigger are actions that interact with the Amazon Ads API, and I’m trying to dig into why certain fields within Amazon Ads weren’t updated when the workflow ran. I’m no longer able to see the rows of interest in the Inspector page because I’ve added a lot of rows recently.

Any help would be greatly appreciated.

Tully

Hi @tully

The event history for workflows holds up to 1,000 events for paid accounts, and up to 100 events for free accounts.

When events reach the maximum limit, the oldest event is “evicted” and it’s permanently deleted.

In order to query past events, I recommend logging them to a log store, like Logstash, BigQuery, S3, or whichever service you prefer to easily search for them in the future.

Here’s a short video to make a subscription to create a central error logging workflow. You can create a similar subscription to a logging workflow which will just log events to a long term database of your choice:

Workflow Executions in Inspector Mode - Watch Video

Thanks for the quick update, Pierce.

Do I need to do something in order to see all 10,000 workflows? The google sheet I have has only emitted a little under 3900 triggers.

Hi @tully

Sorry, I added an extra digit by accident. Paid accounts have 1,000 events per workflow available in the history:

Unfortunately we don’t offer any other method of searching or retrieving past executed events besides the event inspector on each individual workflow.