Bas_24
#1
I have an API that returns data like this:
How would I go about creating a reapeating list of all the groups within these objects?
Desired result would be a list that looks as follows:
GROUP 1 - ORGANISATION1
GROUP 2 - ORGANISATION1
GROUP 3 - ORGANISATION2
GROUP 4 - ORGANISATION2
Mari
#2
Hi, check out this tutorial on how to list data.
Bas_24
#3
I know how to list data, but not if this was the api to consume. Any thoughts on formulas?
Mari
#4
Hi, sorry I missed the beef of your question! Check out this thread: Nested List, Flexible Depth - #5 by Sasu_Makinen 
1 Like
Bas_24
#5
Excellent! That makes a lot of sense!
1 Like