Hi,
I have an existing folder structure in my SharePoint library.
I'd like to setup a system to scan some old paper documents.
My idea is to place a barcode sheet on the top of each document. The scanner will scan the document and name it with the number from the barcode sheet and upload it to a holding library in SharePoint.
As the user is preparing the documents for scanning, I want them to enter the name of what the file will be in a SharePoint list as well as some other properties --- I'm all set with knowing how to do everything mentioned so far --- but here's what I'm not sure of - as one of the properties, I'd like the user to be able to select the folder that the document should be placed in when my flow runs to move it out of the holding library.
So - it is possible in PowerApps for the user to just browse to a folder in a document library and select it, and have that path get entered in the list?
For example, my folder structure is as follows:
CustomerNumber1
PrevoiusOrders
Correspondence
Incoming
Outgoing
CustomerNumber2
PrevoiusOrders
Correspondence
Incoming
Outgoing
VendorNumber1
ContactInfo
Correspondence
Email
Incoming
Outgoing
So, as you can see, it isn't consistent, it varies by the root folder name.
In this example, I have a paper document that I want to save and eventually save in VendorNumber1\Correspondence\Incoming
In another example, I have a paper document that I want to scan and eventually save in CustomerNumber2\PreviousOrders
So, again - is there a way to have them pick a folder as a field - in these two examples, "VendorNumber1\Correspondence\Incoming" and "CustomerNumber2\PreviousOrders"
I did try creating a PowerApp to test this, but it would only bring up SharePoint Lists, not document libraries (though I do want to create a list, and in that list have one of the columns reference the folder structure in a document library).
Thanks in advance.