Hello,
Being a non-developer, I was wondering if someone could point me out to the best way to log & check available data objects (such as API response etc) that are generated on page load using actions (etc...) so that I can view them within Chrome's inspector.
I tried to use a couple of approaches to print data from my custom functions but I can't seem to find them in the browser console.
This code (from the docs which is working on a different custom function) is not working for me and I was trying to print out what's happening with the jsonArray before mapping it into the app state data type.
Thanks!