<?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 Re: Add Multiple Users to WatchList of a Story through Flow Designer in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738774#M1055962</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/229173"&gt;@peri sravani1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use inline script while setting the watch list field.&lt;/P&gt;
&lt;P&gt;something like this. please enhance it as per your requirement&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;return fd_data.trigger.request_item.requested_for + ',' + fd_data.trigger.request_item.requested_by;&lt;/LI-CODE&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 05:24:59 GMT</pubDate>
    <dc:creator>Ankur Bawiskar</dc:creator>
    <dc:date>2023-11-21T05:24:59Z</dc:date>
    <item>
      <title>Add Multiple Users to WatchList of a Story through Flow Designer</title>
      <link>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738766#M1055958</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've requirement where I need to create a story record when catalog item is ordered. I did this part but now I need to add Requested for and Requested by of a catalog item to Watch List of a Story through Flow Designer. Please advice how to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 04:45:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738766#M1055958</guid>
      <dc:creator>peri sravani1</dc:creator>
      <dc:date>2023-11-21T04:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple Users to WatchList of a Story through Flow Designer</title>
      <link>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738774#M1055962</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/229173"&gt;@peri sravani1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use inline script while setting the watch list field.&lt;/P&gt;
&lt;P&gt;something like this. please enhance it as per your requirement&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;return fd_data.trigger.request_item.requested_for + ',' + fd_data.trigger.request_item.requested_by;&lt;/LI-CODE&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 05:24:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738774#M1055962</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2023-11-21T05:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple Users to WatchList of a Story through Flow Designer</title>
      <link>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738828#M1055985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I've been using the below code as you said but it is throwing error.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt; fd_data._1__get_catalog_variables.request_for+&lt;/SPAN&gt;&lt;SPAN&gt;','&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;+fd_data._1__get_catalog_variables.requested_by;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="perisravani1_0-1700547096311.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/306818i0887FB592692FE7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="perisravani1_0-1700547096311.png" alt="perisravani1_0-1700547096311.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 06:11:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738828#M1055985</guid>
      <dc:creator>peri sravani1</dc:creator>
      <dc:date>2023-11-21T06:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple Users to WatchList of a Story through Flow Designer</title>
      <link>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738838#M1055989</link>
      <description>&lt;P&gt;Using the below code worked. Thank You for answering my question&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does help me a lot.&lt;/P&gt;&lt;P&gt;Code:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt; fd_data._1__get_catalog_variables.request_for.name+&lt;/SPAN&gt;&lt;SPAN&gt;','&lt;/SPAN&gt;&lt;SPAN&gt;+fd_data._1__get_catalog_variables.requested_by.name;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Nov 2023 06:16:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/add-multiple-users-to-watchlist-of-a-story-through-flow-designer/m-p/2738838#M1055989</guid>
      <dc:creator>peri sravani1</dc:creator>
      <dc:date>2023-11-21T06:16:18Z</dc:date>
    </item>
  </channel>
</rss>

