Forum Discussion
Gallery View Formatting
- Jan 24, 2024
bryanfrumkin47 You can reference the JSON column formatting in your view formatting using columnFormatterReference. For example:
{ "columnFormatterReference": "[$FieldName]" }
Where [$FieldName] is an internal name of your Request column in SharePoint list in this format: [$InternalNameOfColumn]. You can get the internal name of your SharePoint list columns by following this article: How to find the Internal name of columns in SharePoint Online?
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.
bryanfrumkin47 You can reference the JSON column formatting in your view formatting using columnFormatterReference. For example:
{
"columnFormatterReference": "[$FieldName]"
}
Where [$FieldName] is an internal name of your Request column in SharePoint list in this format: [$InternalNameOfColumn]. You can get the internal name of your SharePoint list columns by following this article: How to find the Internal name of columns in SharePoint Online?
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.
The columnformatterReference was already referencing my metric column, but not my title column.
Once I added in the title column reference, it worked as needed.