Feb 24 2021 12:26 AM - edited Feb 24 2021 12:34 AM
JSON Formatting Level: BEGINNER
I am trying to hide some column in oder to have a clean list view and to provide information if required via CardProps (info column).
If the input column (Description) for the CardProps is visible the box opens as expected once you click the icon.
In case the input column (Description) is hidden the box does not open on click or is kind of empty and shows nothing.
visible input column
hidden input column
Feb 24 2021 08:20 AM
SolutionThis is the expected behavior in SharePoint online modern experience.
In order to add the reference to the column in JSON (column/view) formatting, you have to show that column in the list view (as you are referencing it using [$Description]). Hiding the column from list view will not work in this case.
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.
Mar 12 2021 02:30 AM
Dear @ganeshsanap and @Mehmet Demirörs,
Do you know if there is an existing uservoice entry to allow using hidden fields? If not what about inserting it? Which section of https://sharepoint.uservoice.com/ would be better? I suppose SharePoint Dev Platform but I'm not sure.
Regards
Gianmaria
Mar 12 2021 03:39 AM
@gianmaria_leoni there doesn't appear to be an existing uservoice request to allow hidden columns in the JSON view format. The list of JSON-related requests is here.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
Mar 15 2021 08:24 AM
@RobElliott @ganeshsanap @Mehmet Demirörs User Voice created, you can check it and vote it here
Mar 15 2021 08:47 AM
Feb 24 2021 08:20 AM
SolutionThis is the expected behavior in SharePoint online modern experience.
In order to add the reference to the column in JSON (column/view) formatting, you have to show that column in the list view (as you are referencing it using [$Description]). Hiding the column from list view will not work in this case.
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.