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 |
Beta Was this translation helpful? Give feedback.
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! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering if it is possible to select a specific item inside an array.
Example:
I would like to get
brand_url
at the givenloop.index
to 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.
Beta Was this translation helpful? Give feedback.
All reactions