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
3 months ago
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.