xoxidein
May 20, 2022Iron Contributor
JSON Error When Making No Changes
Trying to learn JSON so I can do some fun stuff with values coloring of lists.
I currently have a calculated column with:
=IF([Starting Date]="","",[Starting Date]+21)
and that works fine.
When I go to format the columns in Advanced mode, I'm always getting errors, sometimes without even changing anything. The error is not clear and I don't what I'm doing or not doing.
For example, leaving it like this:
{
}
I get the error:
Error saving column format: {"d": {"CustomFormatter": "{\"$schema\":\"https:\u002F\u002Fdeveloper.microsoft.com\u002Fjson-schemas\u002Fsp\u002Fv2\u002Fcolumn-formatting.schema.json\"}", "Id": ""}}
It's maddening.