Hi!
I want to generate reports and save them locally. One process flow fetches the shipping_order_id from the table and sends it to my system flow which consists (more specifically: consisted) the generate report and write file process actions.
This actually worked a while ago. I tested the processes with Postman and variable shipping_order_ids and still get the HTTP response 204.
A decision is used to log the output of the process action and the variable shipping_order_ids. I ‘dissected’ the entire system flow until I came to the conclusion that the generate report process action was not outputting anything.


