Hi everyone!
I’m wondering if it would be possible to have a formula in a cell that is a REST API. For example, I have this service/API:
https://servicos.jbrj.gov.br/v2/flora/url/Paubrasilia%20echinata
One of the values returned is the “taxonID”. Thus, I would like to have a cell on a GRIST table that has something like this:
CONCAT(“https://servicos.jbrj.gov.br/v2/flora/url/”,$scientificName)
That will return the values of offered by the service/API
Is this possible?
Thanks in advance.
Eduardo