Hi, I want o get the keys names (on repeat) and not the value. Is there a way to get it? Thank you!
Jacob Kofoed
7 days ago
Jan 6, 2025, 5:59 PM
You would have to use the Entries formula in your repeat to turn the object into an array of [key, value]. Then you can access both key and value on each repeated item.