I am working on a workflow that work like this:
User puts in list of names > workflow will search excel file for names and values like desired pdf location > workflow then splits the pdf location value as its stored together > workflow then based off which folder desired pdf is in will run in that specific condition > workflow will then Get File (properties only) filtering for the specific pdf > Create sharing link for a file or folder to make a link to desired pdf > then pdf gets returned
My current issue right now that the output from Get files (properties only) returns as []. I have tried using filter query with a bunch of different expressions but it keeps being returned as []. The compose body that is being used is the value that is being split, for example it is stored as File1/000001.pdf so I split it so the values are separated and 000001.pdf is being used to filter query for. The Limit Entries to Folder is the correct file path and I can't move the desired pdfs somewhere else as there are concerns that it may mess up other processes.
For clarification for the images below, Compose (Searching for PDF) holds the split value result and Compose (FOR ID) holds the same value without the .pdf at the end. I wanted to test that out to see if there would be any difference and there wasn't.
Can anyone offer any help?
Below is the input and output from a recent run