<?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 Regarding flow designer in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334626#M3964</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a description in my ritm which should same like as catalog item description. When i used dot walk for it in my flow designer i am getting the description with html tags in ritm description.&lt;/P&gt;&lt;P&gt;Could you please share how can i proceed with that , if script need for can you please provide the script for it.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2025 12:41:39 GMT</pubDate>
    <dc:creator>venkyk1309</dc:creator>
    <dc:date>2025-07-25T12:41:39Z</dc:date>
    <item>
      <title>Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334626#M3964</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a description in my ritm which should same like as catalog item description. When i used dot walk for it in my flow designer i am getting the description with html tags in ritm description.&lt;/P&gt;&lt;P&gt;Could you please share how can i proceed with that , if script need for can you please provide the script for it.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 12:41:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334626#M3964</guid>
      <dc:creator>venkyk1309</dc:creator>
      <dc:date>2025-07-25T12:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334651#M3966</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/848679"&gt;@venkyk1309&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Use below script to avoid HTML tags:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;var ritm = new GlideRecord('sc_req_item');
if (ritm.get(fd_data.trigger.request_item.sys_id)) {
        var catItem = ritm.cat_item.getRefRecord(); // dot-walk to catalog item

        if (catItem &amp;amp;&amp;amp; catItem.description) {
            var strippedDescription = catItem.description.replace(/&amp;lt;[^&amp;gt;]*&amp;gt;?/gm, ''); // Remove HTML tags
            return strippedDescription;
        }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Please mark my response as&amp;nbsp;&lt;STRONG&gt;Accepted and Helpful&lt;/STRONG&gt; for future references.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 13:09:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334651#M3966</guid>
      <dc:creator>anshul_goyal</dc:creator>
      <dc:date>2025-07-25T13:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334669#M3967</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/848679"&gt;@venkyk1309&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Catalog item description field is HTML type, RITM description field is String type&lt;/P&gt;
&lt;P&gt;so you will have to strip the HTML tags and then add&lt;/P&gt;
&lt;P&gt;Do this&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) create a flow variable of type String&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_1-1753449402990.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/458602iDBDA56DF86A7C194/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_1-1753449402990.png" alt="AnkurBawiskar_1-1753449402990.png" /&gt;&lt;/span&gt;&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="AnkurBawiskar_2-1753449430645.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/458603iCCD9232750D362B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_2-1753449430645.png" alt="AnkurBawiskar_2-1753449430645.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2) then use Set Flow Variable logic and strip the HTML tags using script and set in that flow variable&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_0-1753449346371.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/458601i88664DAB835D569D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_0-1753449346371.png" alt="AnkurBawiskar_0-1753449346371.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var itemDescription = fd_data.trigger.request_item.description.toString();
itemDescription = itemDescription.replace(/&amp;lt;[^&amp;gt;]*&amp;gt;/g, '');
return itemDescription;&lt;/LI-CODE&gt;
&lt;P&gt;3) then use "&lt;STRONG&gt;Update Record&lt;/STRONG&gt;" flow action and use this flow variable to set the RITM-&amp;gt;Description&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_3-1753449589770.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/458604iCBBE27393904E24A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_3-1753449589770.png" alt="AnkurBawiskar_3-1753449589770.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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>Fri, 25 Jul 2025 13:19:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334669#M3967</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-07-25T13:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334677#M3968</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/848679"&gt;@venkyk1309&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Yeah , you can use script insted of dot walk to set the description same as Cat Item by removing the HTML tags, just use the code below for besides desc ....&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var catItem = fd_data.trigger.request_item.cat_item;
var desc = catItem.description;

// Strip HTML tags from the description
if (desc) {
    var strippedDesc = desc.replace(/&amp;lt;[^&amp;gt;]*&amp;gt;/g, '').trim();
    return strippedDesc;
}

return '';&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="AniketChavan_1-1753449673146.png" style="width: 706px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/458606iB220D4A8F9F4410E/image-dimensions/706x246?v=v2" width="706" height="246" role="button" title="AniketChavan_1-1753449673146.png" alt="AniketChavan_1-1753449673146.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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-center" image-alt="AniketChavan_0-1753449646241.png" style="width: 687px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/458605iF467FDB4D0096938/image-dimensions/687x292?v=v2" width="687" height="292" role="button" title="AniketChavan_0-1753449646241.png" alt="AniketChavan_0-1753449646241.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Final Output:&lt;/STRONG&gt;&lt;/U&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="AniketChavan_2-1753449714942.png" style="width: 693px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/458607iAB0D08F780F35BE5/image-dimensions/693x279?v=v2" width="693" height="279" role="button" title="AniketChavan_2-1753449714942.png" alt="AniketChavan_2-1753449714942.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this will work just fine, I just tested the same and also let me know if you are able to&amp;nbsp; see the Screenshots or not if you face any issues, seems like there is been the issue with screenshots ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":small_blue_diamond:"&gt;🔹&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; Please mark &lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; Correct if this solves your query, and &lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; Helpful if you found the response valuable.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Aniket Chavan&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":trophy:"&gt;🏆&lt;/span&gt; &lt;EM&gt;&lt;STRONG&gt;ServiceNow MVP 2025 | &lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; ServiceNow Rising Star 2024&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 13:23:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3334677#M3968</guid>
      <dc:creator>AniketC85155510</dc:creator>
      <dc:date>2025-07-25T13:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3335712#M3980</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/848679"&gt;@venkyk1309&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&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>Mon, 28 Jul 2025 03:14:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3335712#M3980</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-07-28T03:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3335862#M3981</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thankyou for your response&lt;BR /&gt;In my case i need a catalog item description you have give description of request_item.description&amp;nbsp;&lt;BR /&gt;I got my solution&amp;nbsp;Ankur thank you for your response that also helped me in other way&amp;nbsp;&lt;BR /&gt;Have a good day...!&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Venkatesh&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 06:49:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3335862#M3981</guid>
      <dc:creator>venkyk1309</dc:creator>
      <dc:date>2025-07-28T06:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3342755#M4146</link>
      <description>&lt;P&gt;Hello &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/133564"&gt;@AniketC85155510&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;It is working fine, if the caller language is English if the caller language is different (Dutch, German, French) it is not working still we are getting in English description only.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 12:11:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3342755#M4146</guid>
      <dc:creator>venkyk1309</dc:creator>
      <dc:date>2025-08-04T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flow designer</title>
      <link>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3343383#M4150</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/133564"&gt;@AniketC85155510&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have used the script which you have provided it is working fine for the user whose language is English, the description is auto populating in English itself. While the user language is not English means (German, French, Dutch) the description field is populating in English only.&lt;BR /&gt;&lt;BR /&gt;Note: 1. My maintain item is translated and it has translated texts as well.&lt;BR /&gt;2. When i impersonated the user, whose language is not English i can in the portal the description is visible in their language.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 06:42:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/regarding-flow-designer/m-p/3343383#M4150</guid>
      <dc:creator>venkyk1309</dc:creator>
      <dc:date>2025-08-05T06:42:07Z</dc:date>
    </item>
  </channel>
</rss>

