Problem formatting Json with search Choice column

Copper Contributor

Hello

All my json formatting columns work fine.

But I have one "search with choice" column which goes on error ("Object Objet") as following. What did i Do wrong?

AEffacer.jpg

2 Replies

Hi @Patgat,

I've had the same behavior and came around by:

  1. Remove my formatting
  2. Make sur that the column in question is shown
  3. Format my column or my views
  4. Don't forget to use "youfield.lookupValue"

With this, you'll get rid of the [Object object]

Anas

Thanks a lot, youfield.lookupValue was here the solution.