How to fix "JSON parse error: Unrecognized token '/'" by reading JSON from Filepath defined in KM Variable?

Without seeing all of your code, I hesitate to suggest a solution. However…

In this step,

Variable sspData as Local__sspDataFullPath

you are putting the path to your JSON file into variable sspData. I suspect that what you want in sspData is the contents of that file, not the path to it. If that's the case, use the "Read a File" action.

1 Like