<?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>post Using regular expressions in Virtual Agent Entities in Developer articles</title>
    <link>https://www.servicenow.com/community/developer-articles/using-regular-expressions-in-virtual-agent-entities/ta-p/2705051</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working around getting the Record details from Virtual agent as output after feeding Record numbers as prompts and came across the regular expression Inputs in Pattern entities.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you have BINCXXXXXXXX as the format for your incidents you can have a pattern entity mapped to your sample record utterence and then in the Regex field have BINC\d{8}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where BINC is the initial incident abbreviation and d{8} is the 8 digits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are multiple record types for ex. RITM's, Changes you will have to traverse through Mapped entities or create different Pattern entity for each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2023 15:48:51 GMT</pubDate>
    <dc:creator>Badal Khojare</dc:creator>
    <dc:date>2023-10-17T15:48:51Z</dc:date>
    <item>
      <title>Using regular expressions in Virtual Agent Entities</title>
      <link>https://www.servicenow.com/community/developer-articles/using-regular-expressions-in-virtual-agent-entities/ta-p/2705051</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working around getting the Record details from Virtual agent as output after feeding Record numbers as prompts and came across the regular expression Inputs in Pattern entities.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you have BINCXXXXXXXX as the format for your incidents you can have a pattern entity mapped to your sample record utterence and then in the Regex field have BINC\d{8}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where BINC is the initial incident abbreviation and d{8} is the 8 digits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are multiple record types for ex. RITM's, Changes you will have to traverse through Mapped entities or create different Pattern entity for each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 15:48:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-articles/using-regular-expressions-in-virtual-agent-entities/ta-p/2705051</guid>
      <dc:creator>Badal Khojare</dc:creator>
      <dc:date>2023-10-17T15:48:51Z</dc:date>
    </item>
  </channel>
</rss>

