Hi,
We have created a subroutine, that returns a table. The input params are employee_id and Date.
When I call this routine through SQL it works and returns the rows as expected.
When I call this this Subroutine through Indicium (with Postman) with a GET - I do get a 200 - but no data. It does not matter if I send use params are not.
How can I have Indicium return the table /results?
Much appreciated!
Blommetje