Forum Discussion

albertstain's avatar
albertstain
Brass Contributor
Sep 10, 2020

Copy File - variable folder name as Destination Folder

I am trying to create a flow to copy a file from a folder in a Document Library (called Master) to a folder with the same name in a different Document Library (called Draft) and if possible using par...
  • albertstain's avatar
    Sep 10, 2020

    Solved after some more work!

     

    Created a Get Folder Metadata step

    Created an Initialize Variable called FolderID, type: String, Value: DisplayName (from Get folder Metadata)

     

    The last Copy file:

    Current Site Address: https://contoso.com/Site

    File to copy: Identifier (from Get Item)

    Destination Site Address: https://contoso.com/Site

    Destination Folder: /Drafts/FolderID (variable)

     

    Horray!

Resources