<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Traverse through undefined folder structure in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54529#M9035</link>
    <description>Thanks Eric... Hopefully this will work, I was looking into another offering in Blueprism but having it as a part of File Management VBO will make it easier to manage, I will share my experience upon using.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Parnab Sinha Choudhury&lt;BR /&gt;RPA Developer / Business Analyst&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Nov 2022 15:45:00 GMT</pubDate>
    <dc:creator>ParnabSinha_Cho</dc:creator>
    <dc:date>2022-11-11T15:45:00Z</dc:date>
    <item>
      <title>Traverse through undefined folder structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54526#M9032</link>
      <description>Hi Community Members,&lt;BR /&gt;&lt;BR /&gt;I am working on a process which is intended to traverse through folder structure and find word files placed in them and make some changes to them. The issue is every time there is a new folder structure so I can not specify at the start that under how many sub folders the word file will be present. Any idea how can I traverse through folders and sub folders to find the file without know how the folder structure is?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance...&lt;BR /&gt;Parnab&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Parnab Sinha Choudhury&lt;BR /&gt;RPA Developer / Business Analyst&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54526#M9032</guid>
      <dc:creator>ParnabSinha_Cho</dc:creator>
      <dc:date>2022-11-09T15:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traverse through undefined folder structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54527#M9033</link>
      <description>Hi Parnab,&lt;BR /&gt;&lt;BR /&gt;Hopefully other Community members can share their expertise on this with a real-world example or with more detail than my suggestion here. &lt;BR /&gt;&lt;BR /&gt;Theoretically it should be possible to use the File Management Utility VBO's 'Get Folders' action to get the folder data into a collection, then implement some logic to loop through the folders collection until a key word (as part of an established naming convention) is located. Then, use the 'Get Files' action to return the metadata for the files in the located folder as a collection, and loop through this collection until the desired file name is found.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 17:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54527#M9033</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2022-11-09T17:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traverse through undefined folder structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54528#M9034</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/211"&gt;@ParnabSinha_Cho&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;We've just pushed an update to the &lt;STRONG&gt;Utility - File Management&lt;/STRONG&gt; VBO to the Digital Exchange. The new version (v10.2) now includes an action called &lt;EM&gt;&lt;STRONG&gt;File Search&lt;/STRONG&gt;&lt;/EM&gt;. You can use this action to search for files that match a specific criteria. It also includes an input flag that specifies whether sub-folders should be searched too. Output from the action will be a Collection that contains a list of files that matched the search criteria (fully qualified path and filename).&lt;BR /&gt;&lt;BR /&gt;You can find the latest version of the VBO at the link below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---file-management" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---file-management&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2022 13:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54528#M9034</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-10T13:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traverse through undefined folder structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54529#M9035</link>
      <description>Thanks Eric... Hopefully this will work, I was looking into another offering in Blueprism but having it as a part of File Management VBO will make it easier to manage, I will share my experience upon using.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Parnab Sinha Choudhury&lt;BR /&gt;RPA Developer / Business Analyst&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2022 15:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Traverse-through-undefined-folder-structure/m-p/54529#M9035</guid>
      <dc:creator>ParnabSinha_Cho</dc:creator>
      <dc:date>2022-11-11T15:45:00Z</dc:date>
    </item>
  </channel>
</rss>

