<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Appian RPA Set Search Context wildcard in title name</title><link>https://community.appian.com/discussions/f/rpa/40010/appian-rpa-set-search-context-wildcard-in-title-name</link><description>Hello, 
 
 I would like some help on how to use wildcards when search for a window, so the RPA can search for explorer and select the first window (index 0) when recording it ask for a complete name if I enter * in the text and modify the Name to search</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Appian RPA Set Search Context wildcard in title name</title><link>https://community.appian.com/thread/152730?ContentTypeID=1</link><pubDate>Tue, 09 Dec 2025 13:57:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd42c581-94f2-4a38-8931-44f63b1fe8e2</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;The * is treated as a literal character, not a wildcard. Remove it from the name field to broaden your search.&lt;br /&gt;To pick the first Explorer window, set Control type = Window and Index = 0, and leave Name empty.&lt;br /&gt;&lt;br /&gt;If above method didn&amp;#39;t work below approach once,&lt;br /&gt;If you want to ensure it&amp;#39;s specifically an Explorer window, you can also add:&amp;nbsp;Class name = CabinetWClass (Explorer&amp;#39;s window class)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>