notionwithro blog :)
/
notion formula guide
/
at() ex 1
Search
at() ex 1
Formula Example Supporter
description
Getting an item at a specific position.
example tags
formula
at(["Apple", "Banana", "Cherry", "Date", "Elderberry"], 2)
- In this example: • The
list
consists of five fruits. • The
index
is 2, indicating that the function should retrieve the third fruit (since indexing starts at zero).
linked blog post
results
Cherry