Based on the automation you've uploaded, I can provide some insights on calculating operations for this scenario. The automation appears to be an AI Cold Caller Template, which involves several modules and complex operations. Let's break it down:
Scenario Structure
The scenario starts with a Google Sheets module to filter rows from a lead list.
It then uses a Basic Aggregator to process the data.
There are several variable-setting modules for configuration (e.g., Assistant ID, Vapi API Key).
Another Google Sheets module is used to filter rows from a "Phone Numbers" sheet.
Operation Calculation
Google Sheets Filter (Module 1):
Counts as 1 operation for the initial fetch
Each row returned counts as an additional operation
Basic Aggregator (Module 7):
Counts as 1 operation per data bundle processed
Variable Setting Modules (Modules 3 and 5):
Each typically counts as 1 operation
Second Google Sheets Filter (Module 30):
Similar to the first, 1 operation for the fetch plus 1 per row returned
Factors Affecting Operation Count
Number of leads filtered in the first Google Sheets module
Number of phone numbers filtered in the second Google Sheets module
Any additional processing or API calls not visible in the provided snippet
Estimation Example
Let's assume:
10 leads are filtered from the first sheet
5 phone numbers are filtered from the second sheet
Rough operation count:
First Google Sheets: 1 + 10 = 11 operations
Basic Aggregator: 10 operations (assuming it processes all leads)
Variable Setting: 2 operations
Second Google Sheets: 1 + 5 = 6 operations
Total: Approximately 29 operations per run