Hello,
I built my first flow to get text from a PDF and use the text to rename the file. It works when I specify an individual file but I'm having a hard time figuring out (and searching for) a solution to extract text from multiple PDFs in the same directory.
I've tried setting a variable of the directory path and referencing it in the "Extract text from PDF" step.
I've tried using various wildcards C:\directory\*.pdf and C:\directory\*
Each time the flow errors out saying that the file doesn't exist or that I need to specify a file and not a directory.
I would be grateful for any help getting my flow to run against all PDF files in a given directory.