Skip to main content
tommerr5996
July 30, 2023
Question

Download document in process model

  • July 30, 2023
  • 4 replies
  • 0 views

I have created a process model that produces an Excel file and places it in a knowledge center.

Is there a way to automatically download the excel file from the process model without using a user form with a download link?

It seems like such a basic functionality that I am a bit confused as to why it is so complicated.

4 replies

stefanhelzle0001
Brainy
July 30, 2023

That does not work. And I have no idea how that should work .... you could send the file by email ... Or display a download link in an interface.

tommerr5996
July 30, 2023

I am trying to set up a link but no matter what I do it doesn't work. when I click the link simply nothing happens

ri!excelDoc = the output document from the data store to excel smart service. 

a!documentDownloadLink(
            label: "file",
            document: ri!excelDoc
          )

stefanhelzle0001
Brainy
July 30, 2023

Well, my first assumption would be that this rule input is empty. Did you check that?