PricingBlog

Keys not based on first result in Repeat?

  • enmaruffinelli-1227588649760063498

    Enmanuel

    1 year ago

    I'm currently trying to list (via the Repeat feature/formula) in an ol all the tracks in an given album.

    Now, what happens with the iTunes API is that, when asking for the songs of an album, the first result is the data for the album itself (the "collection"), and then in the second result it starts detailing all songs, one by one. So, in the first result I can't access the trackName key (because it's a collection, not a song). I'd have to ask for the second result to start having access to it, and start iterating from there.

    Is there a way to start my Repeat based on the second position?
    1227588650217373736-image_1.png
    1
  • yoelfdz-1227595137274871828

    yoelfdz

    1 year ago

    You can drop the first item in the array
    1227595137077612581-Captura_de_pantalla_2024-04-10_a_las_14.24.30.png
    💯1
  • enmaruffinelli-1227605347917893753

    Enmanuel

    1 year ago

    I didn't expect it to be that easy. Thanks, @! 👍
    ❤️1