Hi,
I’m looking for assistance with my Coda Pack code. I encountered an error stating that “undefined” is not valid JSON. You can find my pack at this link: https://coda.io/p/23988?section=code
During my research, I came across a post mentioning the reason for the error. It seems that by default, Coda execute doesn’t fetch real data and returns an undefined response object. To enable fetching real data, the “–fetch” flag needs to be included. The post also mentions that this behavior will be changed in the next release of the SDK, where “–fetch” will become the default, but this release is not yet available.
I’m unsure how to run the code on the Coda Pack interface, especially with regard to using the “–fetch” flag. Can anyone help me with this issue? Thanks in advance!
Cheers,