0

How to access array elements by index?

Hello Guys.I am getting all results I want to select array elements by index.

How to do this? I can use First and LAST but i want to get the second third etc. Element of the array.

Thank you

1 comment

  • Avatar
    Parker Selman Official comment

    Hi Hurmet, 

    Thanks for the post! 

    You can use the SLICE function to do this. This allows you to return a portion of your data based on a given start and end position. 

    I hope this helps! Please let me know if you have any questions, 

    Parker

Please sign in to leave a comment.