Retrive Document from Flow.

Retrive Document from Flow.

Comments

  • Is it posible to retrieve a document that has been stored in a Folder in the portal using Add > Document from within a Flow ?

  • If you know the folder ID, you can use Fetch Entities to get the comment entities within that folder, and then iterate through that collection to pick out the one youre looking for.

  • I use a Type Name of “Document” in the Fetch Entities step and I can iterate through the collection of Document objects returned to find the one with the “Document File Name” I’m looking for. But then I don’t see how to load the text file or convert the file to a FileData structure. All the steps I found want a file path on the drive. Any ideas for that?
    Thanks.

  • Hi,
    The step you need is under Integration > Internal Services > DocumentService > Get Document Data.
    Thanks.

Sign In or Register to comment.