Hello,
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.
Thanks.