Skip to main content
April 19, 2024
Question

Dynamically, at runtime, get a File with given NFS path as Document object into Appian

  • April 19, 2024
  • 2 replies
  • 0 views

We have a requirement to get files from NFS path into Document object as down the lane, we have to pass it to other api, which accepts only Document object for file.

Can someone recommed us with approach to work it out?

    2 replies

    davidj137213
    April 19, 2024

    I would suggest to create a service that returns that document into binary format, and when calling from Appian use an integration and converting the return Body to Appian Document

    stefanhelzle0001
    April 19, 2024

    Appian does not support NFS.

    But grabbing files from one place, just to upload them to another, is not exactly a typical Appian use case. Can you help us with some details?