I have a Text value in a Form that I want to use as a Search / Filter for Files which exist in my OneDrive. I have other processes which take "JobID" (a text Field) and prefixes files save on my OneDrive, such as:
FSL-0318_Order_Form.txt
FSL-0318_Returns_Form.txt
...etc...
What I need to do is provide a simple button which will include a "search" or "filter" criteria within the URL for the Launch code, so that a browser window opens to the OneDrive/SharePoint Folder - but which only displays the files which contain the JobID text, as a prefix. I have researched and found something like the following - and I am sure this is wrong because it opens the correct OneDrive / SharePoint folder - but it does not filter the contents for the specified JobID:
Launch("https://mycompany-my.sharepoint.com/pathtoonedrivefolder&view=7&q="& DataCardValue13.Text)
I feel sure that there are other parameters I can pass in the URL to Filter or apply a Search but I haven't found the correct syntax yet. Any pointers would be greatly appreciated - thanks!
Adam