Generate document and save

2
Can a generated document also be stored in a table automatically ?
asked
1 answers
0

I created a custom button with a microflow on a form holding different documents. In the microflow:

  1. Create object on the custom table holding the documents and having a generalization on FileDocument
  2. Change object to fill the required fields and to relate it to the parent table
  3. Generate document function to create a word document
  4. Download file function to download the document.
answered