<?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: Excel - Sensitivity Label in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116648#M52232</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2151"&gt;@Neel1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15"&gt;@Michael_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late response! Thanks for the suggestions.&lt;/P&gt;&lt;P&gt;Can anyone tell how can I set a Sensitivity Label from below list? Where I should put RESTRICTED in the action parameters?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DipinDevP_0-1730286961437.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39739iF77CC1288FE182A8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DipinDevP_0-1730286961437.png" alt="DipinDevP_0-1730286961437.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DipinDevP_1-1730287017365.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39740iD26515D34AEE4E6F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DipinDevP_1-1730287017365.png" alt="DipinDevP_1-1730287017365.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipin Dev P&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 11:17:26 GMT</pubDate>
    <dc:creator>DipinDevP</dc:creator>
    <dc:date>2024-10-30T11:17:26Z</dc:date>
    <item>
      <title>Excel - Sensitivity Label</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116575#M52212</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Please help me on below query!&lt;/P&gt;&lt;P&gt;While I am trying to Save data after copying it from one Excel file to another (newly created) using MS Excel VBO actions, below popup comes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DipinDevP_0-1730088244214.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39714i69F39DDB04282376/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DipinDevP_0-1730088244214.png" alt="DipinDevP_0-1730088244214.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any option to handle this (to set a label or cancel it) without implementing UI automation?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipin Dev P&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 04:06:22 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116575#M52212</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2024-10-28T04:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - Sensitivity Label</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116579#M52214</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you could add in a code stage to disable alerts which should hopefully resolve this. I've done this previously to prevent unwanted pop ups and it worked but it wont necessarily work with every pop up. Open the action "Open Workbook" in the excel object and add in a new code stage and open this stage, for the inputs include handle then for the code add in "GetInstance(handle).Application.DisplayAlerts = false"&lt;/P&gt;&lt;P&gt;You can make the alerts optional if you want by adding an input and changing 'false' to the name of the input e.g.&amp;nbsp;GetInstance(handle).Application.DisplayAlerts = alerts_enabled&lt;/P&gt;&lt;P&gt;This would allow you to set it to either true or false depending on your needs. I tend to have this just as false because i generally dont want any alerts/pop ups getting in the way of my processes.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 09:12:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116579#M52214</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2024-10-28T09:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - Sensitivity Label</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116625#M52223</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp;- Latest Excel VBO has the feature to Get and Set the Sensitivity label. Features are added two week back.check if this is solving the issue for you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo" target="_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 05:28:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116625#M52223</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2024-10-29T05:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - Sensitivity Label</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116643#M52230</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp;- how are you getting on? Did the latest Excel VBO that&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2151"&gt;@Neel1&lt;/a&gt;&amp;nbsp;linked to help?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 10:47:39 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116643#M52230</guid>
      <dc:creator>Michael_S</dc:creator>
      <dc:date>2024-10-30T10:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - Sensitivity Label</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116648#M52232</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2151"&gt;@Neel1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/15"&gt;@Michael_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late response! Thanks for the suggestions.&lt;/P&gt;&lt;P&gt;Can anyone tell how can I set a Sensitivity Label from below list? Where I should put RESTRICTED in the action parameters?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DipinDevP_0-1730286961437.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39739iF77CC1288FE182A8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DipinDevP_0-1730286961437.png" alt="DipinDevP_0-1730286961437.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DipinDevP_1-1730287017365.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39740iD26515D34AEE4E6F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DipinDevP_1-1730287017365.png" alt="DipinDevP_1-1730287017365.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipin Dev P&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 11:17:26 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116648#M52232</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2024-10-30T11:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - Sensitivity Label</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116657#M52233</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp;- can you try getting it from Get action.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neel1_0-1730290173296.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39742i259FB12AAB28C4D2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Neel1_0-1730290173296.png" alt="Neel1_0-1730290173296.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 12:10:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/116657#M52233</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2024-10-30T12:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Excel - Sensitivity Label</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/125255#M54539</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am also facing the same error, unable to handle sensitivity pop up. How to handle it . The given screenshot can you please explain the fields to enter like what is the label ID.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 17:55:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Sensitivity-Label/m-p/125255#M54539</guid>
      <dc:creator>Dilshad_Khan_HCL</dc:creator>
      <dc:date>2026-04-09T17:55:17Z</dc:date>
    </item>
  </channel>
</rss>

