I have a folder with a few .PDF files saved in there. How do I set up a Foreach Loop Container to capture just the title names of these files and then pass this as a parameter?
PDF files:
123.pdf
223.pdf
333.pdf
After Foreach Loop container completes its execution, the values should display as shown below:
Output:
123
223
333