Getting [object Object] in quick edit of list

Copper Contributor

Hi,

 

I'm Having a picture column(getting the image from document library with url) and lookup column(i.e document type) i'm using json formatting

 

when i view it in normal it is showing the link 1.PNG

 

 

and when i do quick edit it is showing as object object

 

2.PNG

 

so is there any custom json format where i can the name of image instead of object object kind

 

and i have used following things but of no use:

"txtContent": [$FieldName.columnName]
"txtContent": "[$FieldName.displayValue]"
"txtContent": [$FileLeafRef]

3 Replies

 

"txtContent": "@currentField.title"

 

or

 

"txtContent": "[$Picture.title]",

Hi  @Maggan Wåhlin 

 

I've tried both of them but of no use 

 

 

@Krishna98 Did you find  a solution?