How to determine your own filename when generating a document with the document generate action

1
I am using the generate document action in a microflow. Is it possible to determine your own document name instead of the generated name?
asked
1 answers
2

Generated documents used to have a date in their name but that was changed a few versions ago. The only thing that happens now is that a file extension is being set (for example: .pdf) when it does not have one yet. So just name the FileDocument before you call the generate document action and you're there.

answered