Forum Discussion
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. ...
flibbert
Jul 08, 2022Copper Contributor
xoxidein I see the same problem with a colleague trying to save/update a piece of JSON that she's copying in that we know works - since it works if I do it. I'm guessing it has something to do with encoding (in a desktop editor I've had such problems with say Unicode) - but then I noticed that my colleague was using Edge where I always use Chrome.
She switched to Chrome and the code saved without error!