Forum Discussion

bryanfrumkin47's avatar
bryanfrumkin47
Copper Contributor
Jan 23, 2024

Gallery View Formatting

Hello!   I am having an issue with bringing in custom formatting to my SharePoint gallery view. As you can see, on my title column, I am applying font color/size/italicization; however, thes...
  • ganeshsanap's avatar
    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.

Resources