-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple queries same cell #18
Comments
No way to do this at the moment I'm afraid. |
Well done and thanks for sharing the solution! I will reopen this issue just so that it is easier for other people to find this info. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Is there any way to import multiple queries?
That is, to add several IMPORTJSONAPI functions in the same cell and with different filters?
I need to return the following URLs:
https://api.xxxxx.com.br/v1/xxxx/Catalogo/18?&j= "
https://api.xxxxx.com.br/v1/xxxx/Catalogo/20?&j= "
https://api.xxxxx.com.br/v1/xxxx/Catalogo/25?&j= "
As you can see the code after the "/" is changed for each query, so I need to aggregate all of these queries in a single cell.
The text was updated successfully, but these errors were encountered: