API Spreadsheets

Product details

Q: Hi Adhaar, I'm interested in the API option, and to verify it matches our use case: We have a sheet with ...

names in column A and values in col B. Can we use your API to POST a name, find a match in Col A, and get the value from the corresponding col B returned?

MarstonMar 7, 2022
Founder Team
Leo_PartnerSupport

Leo_PartnerSupport

May 14, 2024

A: Hi @Steve_Dejo! Thanks for your question!

Yes, you can do that by performing the following: POST (create) the name and then immediately after make a GET (read) request with a query to get the value from column B. So, essentially, you'll be making back to back API requests. The way to do those can be found here: https://apispreadsheets.com/docs.

Hopefully this helps!

Share
Helpful?
Log in to join the conversation