Downloading a File from Flow output.
Comments
-
Hi,
What is the best way to structure the output of a flow so that the user downloads a single output file when they execute it as a service.
Something like this :
1. User hits the URL : https://example.decisions.com/test/primary/?
FlowPath=common+Flows/DownloadFile&Action=api&Sessionid=NS-service&output-type=raw&aria_account_number=2158356&InvoiceNumber=1198328923&ActionCode=Statement
2. The file is returned to the user - no forms - no pages - just the file. -
[color=rgb(45, 45, 45)][font=Arial, Helvetica, sans-serif]You can use the document service step GetDocumetDataURL to do this exact thing. I have run a flow, used this step, and passed its output into an end form session step to auto download a file for another customer.[/font][/color]