Generate and Download document from external system in single click in Appian

Certified Senior Developer

I have an integration with S3 bucket, which is a type of modify data. This integration pull the documents and store in folder. Now I need to provide a link to user, so that user can click the link and get the documents download. How can I do it in a single click.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Hi Stefan,

    My integration is storing document in destination folder and getting document as a result body. As its usage is Modifies data, I can use it in saveInto or Web API. May I know how to use this integration in Web API ? 

    I tried calling this integration in Web API and used onSuccess parameters using a!save(local!doc,fv!result.body). But it didn't work. Can you please guide me.

Children