Comprehensive and Detailed Explanation From Exact Extract:
The correct syntax for filtering both .doc and .docx Word documents is to use the wildcard *.doc*. This matches:
.doc
.docx
Any Word file variant starting with .doc
UiPath Studio uses .NET wildcardsfor file filters in activities like "For Each File in Folder".
UiPath Documentation Reference:For Each File in Folder – UiPath Docs
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit