Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharepoint Online (2013) Column Formatting Not Working

I have been testing the code located here...

Github Repo ->

...by creating a new field in my sharepoint list called "Test" and assigning either one of the original values (Done, In progress, In review, Has issues, Blocked) to each line item in the field. But copying over the code into the JSON input box does not work.

So I tried changing the "@currentField" to "@Test" or "Test" or "[$Test]" or "$Test" and none of those worked either.

Can someone help me get this working?

Thank you!

like image 837
joshmk Avatar asked Nov 29 '17 18:11

joshmk


1 Answers

I struggled with this, also. I finally got it to work after I did the following:

  1. Changed List Settings -> Advanced settings -> List experience to 'New experience'... I don't know if it works in 'Default experience set by my administrator' or 'Classic experience'.

  2. Created a new List View... the column customizations didn't show up in the default 'All Items' view.

like image 140
Stormy Avatar answered Sep 21 '22 09:09

Stormy