Hello,
API’s can return multiple parameters.
So we can return an array, then make several SingleValue columns (row …) to separate the values.
Well, it’s a bit of a DIY, but it avoids having to call the API several times for each parameter!


Hello,
API’s can return multiple parameters.
So we can return an array, then make several SingleValue columns (row …) to separate the values.
Well, it’s a bit of a DIY, but it avoids having to call the API several times for each parameter!


That is what I was thinking 2-3 days ago.
Let me improve my skills with Replit and test my code to exchange ideas/solutions. I have been busy these days to test, debug and test again some ideas.
Thanks @Manu.n
I think @Mark has some ideas for supporting types like this in Glide.
Yes Yes
It’s great, if we can make a return (for example of JSON type) to name the values, and retrieve them with a Lookup type column (on the same principle of a relation).
But I trust @Mark to do something great for us 
On the subject,
in my example api, it is possible to return the list of all countries (https://restcountries.eu/rest/v2/all) (several hundred !!) I wanted to display it in an "inline-list "but with at least 3 parameters (name, capital, flag).
impossible at the moment. 