Hi,
I recently began delving into the amazing External API feature introduced by the incredible Themeco Team. It is really impressive and opens up a lot of new opportunities not available in other Themes / Page Builders. However, I could not really understand a couple of things so far.
For instance, I do not really understand how to work with nested arrays. If we add ‘.0.’ between the parent array key and the child / nested array key, we pick up only the first item. But what if we need to output all instances stored inside the nested array for a particular string?
In my case, I can only output the first instance by using {{dc:looper:field key="Ages.0.Name"}}
. However, if I use {{dc:looper:field key="Ages.Name"}}
I have a blank output for it.
Maybe this is related to incorrect setup of Looper Provider and Looper Consumer. Or maybe that is related to the wrong format of JASON request which I need to set to get the data from the API I use.
I am kind of stuck with it while looking for a resolution. API is a totally new thing to me, so I am sorry for probably dummy questions.