I have a trouble with returning values from my custom services. I read in the docs that supports_response="only" should return whatever dict I return in the func, but it simply doesn't return anything when I call the service (at least in the UI, I can't see the response as I see it with other services that return something).
Here I screenshot the docs, my dummy service, and the results:
But when I trigger the service, no response data are returned:
Hi. Thanks for an awesome lib!
I have a trouble with returning values from my custom services. I read in the docs that
supports_response="only"
should return whatever dict I return in the func, but it simply doesn't return anything when I call the service (at least in the UI, I can't see the response as I see it with other services that return something).Here I screenshot the docs, my dummy service, and the results:
But when I trigger the service, no response data are returned:
What am I missing?