<?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: How to pass ( ) into Send keys in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97889#M45796</link>
    <description>&lt;P&gt;Hi&amp;nbsp; sapna soni,&lt;BR /&gt;&lt;BR /&gt;Try to use copy and paste clipboard instead of using global send keys&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 12:22:09 GMT</pubDate>
    <dc:creator>harish.mogulluri</dc:creator>
    <dc:date>2023-05-18T12:22:09Z</dc:date>
    <item>
      <title>How to pass ( ) into Send keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97888#M45795</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to pass my shared drive path into send keys&lt;BR /&gt;C:/ABC/XYZ (R drive)/Randon values/Random Values.xlsx but because of ( ) its not able to write values &amp;amp; throw exception as group delimeters are not balanced.&lt;BR /&gt;&lt;BR /&gt;Please suggest how can i pass my values . I am using Env variable data type to pass this.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 11:50:16 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97888#M45795</guid>
      <dc:creator>sapna_soni0290</dc:creator>
      <dc:date>2023-05-18T11:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass ( ) into Send keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97889#M45796</link>
      <description>&lt;P&gt;Hi&amp;nbsp; sapna soni,&lt;BR /&gt;&lt;BR /&gt;Try to use copy and paste clipboard instead of using global send keys&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 12:22:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97889#M45796</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-05-18T12:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass ( ) into Send keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97890#M45797</link>
      <description>&lt;P&gt;Hi Harish ,&lt;BR /&gt;How can i use Copy clipboard action . Please elaborate steps &amp;amp; syntax.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 15:29:15 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97890#M45797</guid>
      <dc:creator>sapna_soni0290</dc:creator>
      <dc:date>2023-05-18T15:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass ( ) into Send keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97891#M45798</link>
      <description>&lt;P&gt;Hi Sapna Soni,&lt;BR /&gt;&lt;BR /&gt;You can pass the text from the input parameter by using below VBO&lt;/P&gt;
&lt;P&gt;VBO: Utility - envioronment&lt;BR /&gt;Action:&lt;BR /&gt;1) Clear Clipboard&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;2) Set Clipboard(&lt;SPAN&gt;set the data item that you want in the Clipboard)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;3)&amp;nbsp;&lt;SPAN&gt;you can use Global Send Keys:&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;^v&lt;/B&gt;&lt;SPAN&gt;&amp;nbsp;to paste the data in the desired place.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For the step 3 you can try Global send keys if it is not working then you might need to create C# or vb.net code to escape special characters&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 15:40:43 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97891#M45798</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-05-18T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass ( ) into Send keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97892#M45799</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;&lt;BR /&gt;Has someone passed ( ) into send keys in navigate stage. If yes, plz let me know how to bypass this delimiter?&lt;BR /&gt;&lt;SPAN&gt;C:/ABC/XYZ (R drive)/Randon values/Random Values.xlsx&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 15:46:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97892#M45799</guid>
      <dc:creator>sapna_soni0290</dc:creator>
      <dc:date>2023-05-18T15:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass ( ) into Send keys</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97893#M45800</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I hope you have already solved your issue&lt;BR /&gt;&lt;BR /&gt;Still you can check this by enclosing in this way {(} , {)}&lt;BR /&gt;&lt;BR /&gt;so if you are long text then you can use replace function to replace ( with {(} and ) with {)} in calculation stage&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Lakshmi Narayana&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 14:14:06 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-pass-into-Send-keys/m-p/97893#M45800</guid>
      <dc:creator>plnarayana777</dc:creator>
      <dc:date>2023-05-19T14:14:06Z</dc:date>
    </item>
  </channel>
</rss>

