<?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: Cleanup of Duplicate Environment Variables in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123608#M4483</link>
    <description>&lt;P&gt;Okies. Good.&lt;/P&gt;&lt;P&gt;so you run PowerShell script across all Process' XML?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Nov 2025 08:26:14 GMT</pubDate>
    <dc:creator>Neel1</dc:creator>
    <dc:date>2025-11-24T08:26:14Z</dc:date>
    <item>
      <title>Cleanup of Duplicate Environment Variables</title>
      <link>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123603#M4480</link>
      <description>&lt;P&gt;We need to clean up duplicate environment variables, as a large number of them have been created over time.&lt;/P&gt;&lt;P&gt;We are trying to identify the process name, along with the corresponding page and stage names, where each environment variable is being used.&lt;/P&gt;&lt;P&gt;Any information or guidance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Nov 2025 06:02:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123603#M4480</guid>
      <dc:creator>babaiah</dc:creator>
      <dc:date>2025-11-22T06:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cleanup of Duplicate Environment Variables</title>
      <link>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123606#M4481</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/39747"&gt;@babaiah&lt;/a&gt;&amp;nbsp;- Not going towards obvious stuff that no two EV can have same name. here is what i thought can be done.&lt;/P&gt;&lt;P&gt;Create a re-usable component [for future use] or one time but i think Process name, stage name need to check manually after that.&lt;/P&gt;&lt;P&gt;1. GET API call on&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://APIURL/api/v7/environmentvariables&lt;/PRE&gt;&lt;P&gt;in the output - you will get ID, name&amp;nbsp; and other details&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;": &lt;/SPAN&gt;&lt;SPAN class=""&gt;"24718b06-ff9a-4c1b-9431-4d91e1a704ab"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Run another GET API call on&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;https://APIURL /api/v7/environmentvariables/24718b06-ff9a-4c1b-9431-4d91e1a704ab/references&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;In output you will get&amp;nbsp; below details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;": &lt;/SPAN&gt;&lt;SPAN class=""&gt;"d9903e9b-725e-4881-8625-51a338aeefe3"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;name&lt;/SPAN&gt;": &lt;SPAN class=""&gt;"BluePrism_Process"&lt;/SPAN&gt;, "&lt;SPAN class=""&gt;type&lt;/SPAN&gt;": &lt;SPAN class=""&gt;"Process"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can put all these information in a Excel and once reviewed&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Run Delete API (if required) call on EV ID which got in step 1.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 07:47:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123606#M4481</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2025-11-24T07:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cleanup of Duplicate Environment Variables</title>
      <link>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123607#M4482</link>
      <description>&lt;P&gt;Thank you Neel,&lt;BR /&gt;&lt;BR /&gt;My requirement is to remove environment variables that have duplicate values. We also need the results to show which process is using them, along with the corresponding page and stage names.&lt;/P&gt;&lt;P&gt;We found a solution by using a PowerShell script with the process XML to get the expected results.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 08:22:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123607#M4482</guid>
      <dc:creator>babaiah</dc:creator>
      <dc:date>2025-11-24T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cleanup of Duplicate Environment Variables</title>
      <link>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123608#M4483</link>
      <description>&lt;P&gt;Okies. Good.&lt;/P&gt;&lt;P&gt;so you run PowerShell script across all Process' XML?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 08:26:14 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123608#M4483</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2025-11-24T08:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cleanup of Duplicate Environment Variables</title>
      <link>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123615#M4485</link>
      <description>&lt;P&gt;Yes, because I want to know the exact location (Process/Object, Page/Action, and Stage names) where the environment variable is being used.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 03:09:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Cleanup-of-Duplicate-Environment-Variables/m-p/123615#M4485</guid>
      <dc:creator>babaiah</dc:creator>
      <dc:date>2025-11-25T03:09:53Z</dc:date>
    </item>
  </channel>
</rss>

