Forum Discussion
Jsanjur
Jun 13, 2021Copper Contributor
Help with date in Json
Hi all, Im fairly new to Sharepoint and I'm learning about JSON formatting but i have a situation that has me a bit confused, hopefully you can help me clarify. I have a list of outsource person...
ganeshsanap
Jun 13, 2021MVP
You cannot use the extended columns in lookup in JSON formatting. You can only use the lookupId & lookupValue (Main value - Name).
The lookup field object has the following properties (with example values):
{
"lookupId": "100",
"lookupValue": "North America",
}
You can only use the value of column you selected in lookup settings - In this column:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.