Invoking local function returns no response to the console

If I’m not getting any console output when I invoke my function locally, should there be concern? Even if the function is still creating the record in the database? My thought is that I should be able to see a response in the console, but I’m not getting any.

Fixed. It’s an asynchronous issue. Once I use the “libs” section, it works as it should.

(This topic is referring to Create Note API section)

Oh I see. Thanks for reporting back.