Pricing Blog

get Keys names of object not value.

  • uunicode-1325886122265546812

    unicodes

    6 months ago

    Hi, I want o get the keys names (on repeat) and not the value. Is there a way to get it?

    Thank you!
  • jacobkofoed-1325886445801705637

    Jacob Kofoed

    6 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.
  • uunicode-1325886752455393323

    unicodes

    6 months ago

    Thank you Jacob!