<?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: Find &amp; Replace Value Within Collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86541#M37380</link>
    <description>Hi &lt;SPAN&gt;Zoltán,&lt;BR /&gt;&lt;BR /&gt;I &lt;SPAN style="font-size: 14px;"&gt;haven't&lt;/SPAN&gt;&amp;nbsp;tried this out for 10k rows but how about converting the collection to JSON using Utility - JSON and then updating/replacing all values in JSON, before converting it back to collection.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Oct 2021 11:12:00 GMT</pubDate>
    <dc:creator>shashank.kumar280</dc:creator>
    <dc:date>2021-10-27T11:12:00Z</dc:date>
    <item>
      <title>Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86540#M37379</link>
      <description>Dear Community Members!&lt;BR /&gt;&lt;BR /&gt;I have a collection with 10+ thousands rows and I need to rename some of its values. For example: "Cancellation Type A" should be "Cancellation", and "Cancellation Type B" should be "Cancellation" too. It is important that I am not looking for az exact match, for example "[Collection.Colunm] = "Result", I am looking for partial match, such as InStr([Collection.Column] = "Result" &amp;gt; 0. If this is True then I have to rename the value, but if it is False, then no action necessary.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a working solution with a loop, but it's fairly slow with this amount of rows. &lt;STRONG&gt;That is why I have been looking for a solution to resolve this with a code stage.&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I could not find a solution within "Collection Manipulation" so I am here to ask the help of the community. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;BR /&gt;&lt;BR /&gt;Zoli&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zoltán Tóth&lt;BR /&gt;Communication specialist&lt;BR /&gt;Aegon Hungary Composite Insurance Company&lt;BR /&gt;Europe/Gibraltar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 09:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86540#M37379</guid>
      <dc:creator>ZoltánTóth</dc:creator>
      <dc:date>2021-10-27T09:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86541#M37380</link>
      <description>Hi &lt;SPAN&gt;Zoltán,&lt;BR /&gt;&lt;BR /&gt;I &lt;SPAN style="font-size: 14px;"&gt;haven't&lt;/SPAN&gt;&amp;nbsp;tried this out for 10k rows but how about converting the collection to JSON using Utility - JSON and then updating/replacing all values in JSON, before converting it back to collection.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 11:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86541#M37380</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2021-10-27T11:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86542#M37381</link>
      <description>Is there a way to do the replacement when you read the 10K rows into BP? So rather than take the source data in its raw state, transform it as you import it, much like you could do with a database query. As you probably know, manipulating a huge collection can lead to memory/logging problems.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 11:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86542#M37381</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-10-27T11:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86543#M37382</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15514"&gt;@ZoltánTóth&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;​In order to handle it &lt;STRONG&gt;efficiently with lesser time&lt;/STRONG&gt;, i would suggest you to use &lt;STRONG&gt;Excel VBO&lt;/STRONG&gt; to perform Find and Replace feature and then getting back the data to collection. If you try to perform it using "&lt;STRONG&gt;Collection manipulation&lt;/STRONG&gt;", it will perform record by record and hence would be very time consuming and consuming a lot of memory, thereby causing memory leakage. If you need code stage to perform the "&lt;STRONG&gt;Find and Replace&lt;/STRONG&gt;" feature, i can help you with that as well.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 11:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86543#M37382</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-10-27T11:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86544#M37383</link>
      <description>Yeah, the memory shortage is the reason why I am looking for a better solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have tried every other solution rather than loop stage, but writing the data to Excel and creating a pivot is almost as time consuming as the loop itself, so I am in the same position.&lt;BR /&gt;&lt;BR /&gt;Help with a code stage would be nice. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zoli&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zoltán Tóth&lt;BR /&gt;Communication specialist&lt;BR /&gt;Aegon Hungary Composite Insurance Company&lt;BR /&gt;Europe/Gibraltar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 12:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86544#M37383</guid>
      <dc:creator>ZoltánTóth</dc:creator>
      <dc:date>2021-10-27T12:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86545#M37384</link>
      <description>It sounds about right, but "Replace" requires perfect match, but I have dynamic text such as "Cancellation &lt;STRONG&gt;Type A&lt;/STRONG&gt;", "&lt;STRONG&gt;Type B&lt;/STRONG&gt;", "&lt;STRONG&gt;Type C&lt;/STRONG&gt;" &lt;STRONG&gt;and so on&lt;/STRONG&gt;. The only thing sure is "Cancellation", that is why I can't use "Replace".&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zoli&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zoltán Tóth&lt;BR /&gt;Communication specialist&lt;BR /&gt;Aegon Hungary Composite Insurance Company&lt;BR /&gt;Europe/Gibraltar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 12:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86545#M37384</guid>
      <dc:creator>ZoltánTóth</dc:creator>
      <dc:date>2021-10-27T12:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86546#M37385</link>
      <description>Hi Zoltan&lt;BR /&gt;&lt;BR /&gt;As Ritansh has suggested try using excel to edit the data, you can do this using the filters in excel to get a non exact match e.g. Cancellation A, Cancellation B are values in a column but if you filter the column using the text Cancellation you will get both A and B returned. There isnt anything native to blueprism that will filter the columns for you but I previously built something to do this and have included the code below. Be aware this code is to filter the columns you must first turn filters on for the row you need to filter on. (I think BP has a set filters on/off action) Once you have filtered you can use the excel actions to manipulate the rows to what you need then remove the filters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Filter columns by criteria code - input values handle, workbookname, worksheetname, range (this is the range for the rows you want to include e.g. A1:G75), columnnumber (e.g. A is 1) criteriastring.&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Dim ws as Object, strList as Object&lt;BR /&gt;&lt;BR /&gt;ws = GetWorksheet(handle, workbookname, worksheetname)&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;If (criteriastring&amp;lt;&amp;gt;"") Then&lt;BR /&gt;strList = Split(criteriastring,",",-1)&lt;BR /&gt;'ColNum = ws.Range(range).Find(columnname).Column&lt;BR /&gt;ws.Range(range).AutoFilter(Field:=columnnumber, Criteria1:= strList, Operator:=7)&lt;BR /&gt;success = True&lt;BR /&gt;Else &lt;BR /&gt;success = False&lt;BR /&gt;message = "CriteriaString should not be blank"&lt;BR /&gt;&lt;BR /&gt;End If&lt;BR /&gt;&lt;BR /&gt;Catch ex as exception&lt;BR /&gt;&lt;BR /&gt;success = False&lt;BR /&gt;message = ex.Message&lt;BR /&gt;&lt;BR /&gt;End Try​&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 13:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86546#M37385</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-10-27T13:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86547#M37386</link>
      <description>Thank you, Michael!&lt;BR /&gt;&lt;BR /&gt;It is almost what I need. As I mentioned above to use Excel VBO I have to write my collection into Excel, then run your code. Writing a collection into an Excel file is still very time consuming.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am looking for a solution that can manipulate the values in my collection without using a loop or Excel VBO.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zoli&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zoltán Tóth&lt;BR /&gt;Communication specialist&lt;BR /&gt;Aegon Hungary Composite Insurance Company&lt;BR /&gt;Europe/Gibraltar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 13:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86547#M37386</guid>
      <dc:creator>ZoltánTóth</dc:creator>
      <dc:date>2021-10-27T13:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86548#M37387</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15514"&gt;@ZoltánTóth&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;What is the source of your collection data?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86548#M37387</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-10-27T14:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86549#M37388</link>
      <description>Our company's CRM system. It is not a public CRM system, it is built by the company.&lt;BR /&gt;&lt;BR /&gt;There is no way to extract it as a .csv, .xlsx. The only thing I can do is copy to clipboard and then paste it into a collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zoltán Tóth&lt;BR /&gt;Communication specialist&lt;BR /&gt;Aegon Hungary Composite Insurance Company&lt;BR /&gt;Europe/Gibraltar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86549#M37388</guid>
      <dc:creator>ZoltánTóth</dc:creator>
      <dc:date>2021-10-27T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86550#M37389</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15514"&gt;@ZoltánTóth&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;In such a scenario, rather than pasting it to collection, we can directly paste it in Excel since pasting operation would be much faster than writing collection in Excel. Once the data gets pasted in Excel, you can use code stage to perform your tasks. ​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86550#M37389</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-10-27T14:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86551#M37390</link>
      <description>Hello Zoltan,&lt;BR /&gt;&lt;BR /&gt;You would be better off if you did these manipulations in a database.&lt;BR /&gt;In the assumption that a DB is not an option, you can indeed try a code stage.&lt;BR /&gt;&lt;BR /&gt;A crude draft in VB.net would look like this:&lt;BR /&gt;
&lt;PRE class="language-vbnet"&gt;&lt;CODE&gt;		' If you pass your collection as input argument, it comes in as DataTable type
		' Let's assume you called it myInputTable, and it had two columns with text fields [Customer, Cancellation type]
		
		' Here we create a new table to copy the stuff over
        Dim localTable As DataTable = New DataTable()
		localTable.Columns.Add("Customer", GetType(String))
        localTable.Columns.Add("CancellationType", GetType(String))
        

        Dim myCurrentTableRow As DataRow
		Dim tmpStr as String
        For Each myCurrentTableRow In myInputTable.Rows
			tmpStr = myCurrentTableRow.GetValue(1)
			If tmpStr.Contains("ellation") OR tmpStr.Contains("CANC") Then 
				tmpStr = "Cancellation"
			End If
            localTable.Rows.Add(myCurrentTableRow.GetValue(0), tmpStr)
		Next
			
		' you could return localTable or create a copy and decalare myOutputTable as the output collection in the code stage output parameters	
			myOutputTable = localTable​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;DISCLAIMER: I did not test this, so the sample is meant just to get you going with the data types and the methods you need. Surely can google the rest.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zoltan BALINT&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86551#M37390</guid>
      <dc:creator>ZoltanBALINT1</dc:creator>
      <dc:date>2021-10-27T15:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86552#M37391</link>
      <description>Hi Zoltan&lt;BR /&gt;&lt;BR /&gt;If I'm understanding you right then what you are wanting to do is have all your data in a collection, search the entire collection for a specific term and replace all values matching that term with a new value? in that case then the below code will do that. However please note that although this will work faster than a loop query it still works through each row of a collection so with very large data volumes I'm not sure how fast it will be but this is the only way I know of doing what you want with a collection in a code stage. Please also be aware that this is using a loose search term with term greater or equal to the term you enter. If it is exact match you want then remove the &amp;gt; .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Inputs Collection In, Search Term, New Row Value - Outputs Collection Out&lt;BR /&gt;-----------------------------------------------------------------------------------&lt;BR /&gt;try&lt;BR /&gt;for each dr as datarow in Collection_In.rows&lt;BR /&gt;for each c as datacolumn in Collection_In.columns&lt;BR /&gt;if dr(c.columnname) &amp;gt;= Search_Term then&lt;BR /&gt;dr(c.columnname) = New_Row_Value&lt;BR /&gt;end if&lt;BR /&gt;next&lt;BR /&gt;next&lt;BR /&gt;Collection_Out = Collection_In&lt;BR /&gt;catch e as exception&lt;BR /&gt;&lt;BR /&gt;end try&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2021 07:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86552#M37391</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-10-28T07:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86553#M37392</link>
      <description>Hi&lt;BR /&gt;can you share how to use find and replace feature in BP&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Salman Shaik&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2022 19:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86553#M37392</guid>
      <dc:creator>salman_shaik</dc:creator>
      <dc:date>2022-08-05T19:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find &amp; Replace Value Within Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86554#M37393</link>
      <description>Hi Ritansh Jatwani,&lt;BR /&gt;&lt;BR /&gt;can you share it&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Salman Shaik&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2022 19:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-Replace-Value-Within-Collection/m-p/86554#M37393</guid>
      <dc:creator>salman_shaik</dc:creator>
      <dc:date>2022-08-05T19:52:00Z</dc:date>
    </item>
  </channel>
</rss>

