I am trying to debug my backend workflow but not really finding where to or even in the logs it is not giving me information that is useful to me for debugging…
I am trying to send an API call within a backend workflow and trying to debug it because this api call isnt being sent but cant figure out how to debug this?
Debugger works great for things on the page, but backend workflows arent existing on the page of my app, they just happen in the backend so debugger is kinda useless for this.
In the API connector I believe on the API settings.
If not there ^ then it’s in the plug-in builder api call settings. You can recreate your API call there. I can’t remember if it’s in both or exclusive to one.
I enabled those and set the debug thing in data to record the response:
Yet still nothing is being recorded for debug in data? Even the call didnt go through, there would still be some error response… and even that isnt being recorded.