What are you trying to achieve?
Hi everyone, New make.com user, I’d like to get a little help please, here’s
-
What I want to do
-
The issue
-
The scenario
-
I set up a scenario to automatically analyse search terms from my google ads campaign, qualify them, and then tell me if they’re relevant or not by writing them down in a google sheet. I feel like I’m reaching the end but..
-
My module Get Multiple Variable only gets the variable from one Output while I want it to collect them all. Therefore when it reaches the final step (the update of the Google Sheetà, it only ads one line.
-
My scenario :
Watch for New Files (Module ID: 27): Monitors a specific folder in Google Drive for any new files added.
Routing Logic (Module ID: 30): Directs the flow based on conditions set in the subsequent modules.
Filter Rows (Module ID: 3): Filters rows from a specified Google Sheets document, specifically excluding rows that contain the term “Papernext”.
Evaluate Relevance (Module ID: 7): Sends a prompt to OpenAI’s GPT-3 to assess the relevance of search terms based on provided criteria.
Format Output (Module ID: 10): Requests GPT-3 to format the output into a structured table with columns for search terms, ad groups, campaigns, and relevance scores.
Transform Text to Structured Data (Module ID: 9): Extracts structured data from the GPT-3 response, organizing it into specific fields.
Aggregate Data (Module ID: 43): Collects the structured data into a single output.
Set Variables (Module ID: 34): Prepares the aggregated data for further processing by setting variables.
Create Spreadsheet (Module ID: 11): Creates a new Google Sheets document to store the keyword analysis report.
Set Spreadsheet Variables (Module ID: 37): Sets variables for the newly created spreadsheet ID and title for later use.
Retrieve Variables (Module ID: 36): Retrieves previously set variables for search terms, ad groups, campaigns, keywords, notes, spreadsheet ID, and sheet title.
Aggregate Retrieved Variables (Module ID: 47): Prepares the retrieved variables for insertion into the spreadsheet.
Add Row to Spreadsheet (Module ID: 29): Adds a new row to the Google Sheets document with the aggregated keyword analysis data.