Example 1: Extract Data by One Cell
Use one candidate ID from a sheet tab to retrieve name and party, and office information through an API call, and output results to another sheet tab.
Last updated
Was this helpful?
Use one candidate ID from a sheet tab to retrieve name and party, and office information through an API call, and output results to another sheet tab.
Last updated
Was this helpful?
API call use “candidate” in , and the first API builder “/candidate/{candidate_id}/”
Input the value (candidate id) from A2 in sheet tab "person"
Make the API call and retrieve data of candidate's name, party and office.
Output the data to sheet tab "live".