Replies: 2 comments
|
Have you tried loop meta? You could use Alternatively, if possible in your case, use a single object instead of two arrays, i.e. or, clearer: You could then just loop through that and get |
0 replies
|
Hello, The loop meta does it! I tried it before, but wrote it the wrong way :-/. I thought about an object, but it isn't really convenient for my case. Here I over simplified the example. Thanks a lot for the help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I was wondering if it is possible to select a specific item inside an array.
Example:
I would like to get
brand_urlat the givenloop.indexto set thehref. I have tried several things, but I can't make it work.Is it possible?
I have found a workaround doing this:
But I was wondering if there is a simpler way to do it.
All reactions