<?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>question Trigger an Event parm 1 and parm 2 in flow designer in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403920#M937980</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a category field with choices as Apple group, Samsung group, Xiaomi group, Moto group.&lt;/P&gt;&lt;P&gt;Depending upon the choice selected, I need to trigger notification to respective category group.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I trigger an event and add their respective group's&amp;nbsp; value in the parm1?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Dec 2022 12:41:07 GMT</pubDate>
    <dc:creator>Southsayer</dc:creator>
    <dc:date>2022-12-03T12:41:07Z</dc:date>
    <item>
      <title>Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403920#M937980</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a category field with choices as Apple group, Samsung group, Xiaomi group, Moto group.&lt;/P&gt;&lt;P&gt;Depending upon the choice selected, I need to trigger notification to respective category group.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I trigger an event and add their respective group's&amp;nbsp; value in the parm1?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 12:41:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403920#M937980</guid>
      <dc:creator>Southsayer</dc:creator>
      <dc:date>2022-12-03T12:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403925#M937982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/295390"&gt;@Southsayer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;you don't require event for this.&lt;/P&gt;
&lt;P&gt;1. Create a notification and choice condition as&amp;nbsp; &lt;STRONG&gt;changes to&amp;nbsp;Apple group or&amp;nbsp;changes to Samsung&amp;nbsp;group or changes to Xiaomi&amp;nbsp;group or&amp;nbsp; Moto group.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Refer below&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (491).png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/222559iABA199928EFCE2AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot (491).png" alt="Screenshot (491).png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. &lt;/STRONG&gt;On&amp;nbsp;Who will receive tab select the assignment group(which contains the group you need to send).&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 13:12:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403925#M937982</guid>
      <dc:creator>PavanK960672992</dc:creator>
      <dc:date>2022-12-03T13:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403926#M937983</link>
      <description>&lt;P&gt;There is not an out of the box action for triggering events in flow designer. You would have to create a custom action with a script step that passes the parameters for gs.eventQueue().&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 13:14:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403926#M937983</guid>
      <dc:creator>Elijah Aromola</dc:creator>
      <dc:date>2022-12-03T13:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403928#M937985</link>
      <description>&lt;P&gt;Hi Pavan, actually I have 10 different categories. 3 different schenarios. So, it means, I need to make 30 different notifications. There must be some way to do scripting in (Trigger an event, parm 1 sections).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea about it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 13:18:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403928#M937985</guid>
      <dc:creator>Southsayer</dc:creator>
      <dc:date>2022-12-03T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403929#M937986</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;actually there is trigger an event action in Servicenow Tokyo and San version&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 13:19:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403929#M937986</guid>
      <dc:creator>Southsayer</dc:creator>
      <dc:date>2022-12-03T13:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403931#M937988</link>
      <description>&lt;P&gt;I just looked in my Tokyo PDI and don't have a flow action for this. Can you share the name of the action/screenshot/documentation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way, if you have an action for this available to you in your flow then you should be able to trigger an event.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 13:25:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403931#M937988</guid>
      <dc:creator>Elijah Aromola</dc:creator>
      <dc:date>2022-12-03T13:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403940#M937994</link>
      <description>&lt;P&gt;You could use the 'Create Record' action and create a record on the sysevent table passing whichever values you need to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-12-03 at 14.26.40.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/222561i70428ECA0283AEE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-12-03 at 14.26.40.png" alt="Screenshot 2022-12-03 at 14.26.40.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 14:31:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403940#M937994</guid>
      <dc:creator>Geoff_T</dc:creator>
      <dc:date>2022-12-03T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger an Event parm 1 and parm 2 in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403979#M938019</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You can trigger the event from flow using the "Create Record" action on "sysevent" table with the proper input.&lt;BR /&gt;As per below screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SaurabhGupta_0-1670092620530.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/222564i1BDCAC6ACC9C2D20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SaurabhGupta_0-1670092620530.png" alt="SaurabhGupta_0-1670092620530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SaurabhGupta_1-1670092644109.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/222565i49122FF3E80FB943/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SaurabhGupta_1-1670092644109.png" alt="SaurabhGupta_1-1670092644109.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 18:37:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/trigger-an-event-parm-1-and-parm-2-in-flow-designer/m-p/2403979#M938019</guid>
      <dc:creator>Saurabh Gupta</dc:creator>
      <dc:date>2022-12-03T18:37:32Z</dc:date>
    </item>
  </channel>
</rss>

