No response from Generate Document

0
Hello, Please advise on my issue generating PDF-documents in my app. In my domain model, I created an entity that I use for filling the template:   However, when I run the microflow no document results:   Could you please advise?  
asked
1 answers
3

What kind of response do you expect?

If you want to have it send to the client/downloaded for the user, then you need to add a download action after the generate action.

Ensure that the user who generates the document has at least read rights on this entity, otherwise the download will not be executed. 

answered