I have google sheet full of leads I scraped from Skool platform. I have their Skool username, Name, Bio and I want to find their instagram profile
Get table from Google Sheet ____ (Sheet);
Get a column from Get table from Google Sheet extracting column ____ (Skool Username Column Name);
Get a column from Get table from Google Sheet extracting column ____ (Name Column Name);
Get a column from Get table from Google Sheet extracting column ____ (Bio Column Name);
Scrape data in the background from “https://www.google.com/search?q= $the All fields of Get a column from a table + $the All fields of Get a column from a table + $the All fields of Get a column from a table” using scraper template Scraper Model;
Add rows to Google Sheet to ____ (Output Google Sheet) from a table with Get a column from a table as the Skool Username column, Get a column from a table as the Name column, Get a column from a table as the Bio column, and the Link of Scrape data in the background as the Instagram Profile column.


