I have created a JSON view format in a SharePoint List for a client. They anticipate that in the future they will be adding additional columns to the list, but they do not have the in-house expertise to format their own views and would like to keep their reliance on us or third parties to a minimum. Is there a way to create a view format that is able to handle future columns without modifying the JSON?
I have looked through Microsoft's documentation on list formatting here and various forums but have not found anything that quite fits this requirement. The closest thing I have seen is the forEach property that allows you to assign formats to the possible values of a multi-choice column. It would be nice if there was a way to loop through the columns in the way that forEach allows you to loop through the choices of multi-choice columns. However, I don't want to assume that the solution looks like that or even involves JSON formatting. I am open to any suggestions or other methods.