Skip to main content
lavanyam0003
June 5, 2023
Question

Download document from default record download option and store to rule input

  • June 5, 2023
  • 2 replies
  • 0 views

Hi All,

I need to export record to excel file  by default export option in another interface and store it in rule input, so that I can pass same ri!document to process model and can attach in email.

Please let me know is there any way to achieve this.

Thanks in advance.

    2 replies

    harshitb6843
    June 5, 2023

    I don't think you can do that. Because that document is never stored in Appian. You will need to create a custom document and then include it in the excel. Or maybe ask the user to re-upload it. 

    Also, it can be confusing to the user when they click on the download button and instead of download, it just gets attached to some email you are talking about. 

    lavanyam0003
    June 5, 2023

    Got it, Thankyou.

    So, if we need to achieve this is the only way to go with stored procedure. Please suggest.