Hi @Khushboo Dubey ,
Thankyou for using Microsoft Q&A platform and posting your query.
Since the dataset is pointing to a folder in your case, it is checking the existence of the folder (not the file within) . The reason being you have set the file name as blank. Now, to your question - How to get the list of .txt files in a specific folder .
There is no option to use wildcard in GetMetadata activity . So , *.txt won't work. So, a better workaround is to get the list of all files from a folder using GetMetadata(childItems) and then use filter activity to get .txt file names.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
Shreeya Jain ,
since it's an old thread, requesting you to open a new one. Thanks